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 |
Is soap stateless or stateful?
what are required main interfaces in EJB?
What do you understand by session facade?
What is ejb client?
What is activemq used for?
What is ejb and its uses?
List down the steps for the demonstration of ejp persistence mechanism.
what is mean by API ? Please answer me. Advance thanks.
Is ejb a framework?
How is an entity bean created?
What are the types of ejb?
What is ptp model?