what is the Control flow of an Entity?



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

Post New Answer

More EJB Interview Questions

can we stop the execution of a method before completion?

0 Answers  


What is stateless authentication?

0 Answers  


What is pub/sub model?

0 Answers  


Why is ejb used?

0 Answers  


What are the transaction management benefits of the EJB architecture?

1 Answers  






What are the types of enterprise bean?

0 Answers  


What is Introspection ?

2 Answers   Wipro,


Is state maintained by a Stateless bean?

0 Answers  


Explain the concept of connection pooling feature of ejb container?

0 Answers  


How to create ejb project in eclipse?

0 Answers  


when deploying an EJB, does it possible to specify multiple JNDI names?

1 Answers   IBM,


Name the interfaces that you used in Beans?

2 Answers  


Categories