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

Enlist the changes in EJB 2.1 ?

0 Answers  


what is mean by OLE ? Please answer me. Advance thanks.

0 Answers   Excel,


What is applicationscoped?

0 Answers  


can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.

0 Answers  


What is the difference between Session bean and Entity bean?one?

0 Answers  


What are the different kind of ejb's?

0 Answers  


What are the types of enterprise bean?

0 Answers  


What is ejb home object?

0 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,


How does the server decide which beans to passivate and activate?

0 Answers  


How to connect to a specific enterprise bean?

2 Answers  


What is session bean in ejb?

0 Answers  


Categories