Answer Posted / ch.n.v.ganesh
When a user invokes a One Application Server servlet
from a browser, the servlet may invoke one or more
enterprise beans. For example, the servlet may load a
JavaServer Page (JSP) to the user?s browser to request a
user name and password, then pass the user input to a
session bean to validate the input.
Servlet/Jsp EJB
User Interface------> BusinessLogic ---> DataBase
APp Client
After a valid user name and password combination is
accepted, the servlet might instantiate one or more entity
and session beans to run the application?s business logic,
then terminate. The beans themselves might instantiate
other entity or session beans to do further business logic
and data processing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can more than a single table be mapped in cmp?
What is ejb ql?
What are ejb containers?
What are the components of ejb?
Are entity beans allowed to create() methods?
Which is the only method defined in the javax.ejb.handle interface?
What is ejb and its uses?
What is the use of @resource?
Is microservice stateless?
What is enterprise bean provider?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is ejb and its architecture?
What is ejb in spring?
Mention the three levels for applying interceptor methods.
Can you be deported if you are stateless?