what is the Control flow of an Entity?

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


Please Help Members By Posting Answers For Below Questions

What is stateless and stateful session bean in ejb?

491


What is @enableautoconfiguration?

534


List down the steps for the demonstration of ejp persistence mechanism.

627


can we stop the execution of a method before completion?

2511


What is EJB server?

598






What is passivation and activation in ejb?

538


What is pub/sub model?

514


Which is more beneficial: Stateful or Stateless Bean?

582


What is session facade in ejb?

559


Explain what is an EJB Context?

617


Define Context?

604


What are stateless applications?

566


What does statelessness mean?

529


Explain the architectural relationship between JavaBeans and JTA?

2393


What is message-driven bean?

578