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

What is ejb and its types?

0 Answers  


How is ejb different from java beans?

0 Answers  


Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?

1 Answers   IBM, SAP Labs, Sony,


What is the purpose of ejb in java?

0 Answers  


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

0 Answers  






What is ejb 3?

0 Answers  


What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


How can one EJB be called from within another EJB?

0 Answers  


Is soap stateless or stateful?

0 Answers  


Explain transaction and various methods to manage it?

0 Answers  


What are the key features of the ejb technology?

0 Answers  


Why is ftp stateful?

0 Answers  


Categories