what is the Control flow of an Entity?
Answer / 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 |
How to generate ejb stubs in eclipse?
What is ejb in weblogic?
Explain ejbhome and ejbobject in ejb?
What are the key benefits of the ejb technology?
Explain Stateful session bean life cycle?
What are the limitations of using local object?
What does ejb stand for?
What do you mean by ‘hot deployment’ ?
What are the required methods to implement EJB architecture?
How does the server decide which beans to passivate and activate?
What is the procedure of ejb container to handle exceptions?
What is ejb 3?