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 |
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
How EJB and JDBC/SQLJ are related?
How to import ejb project in eclipse?
How to find ejb version in websphere?
What is rmi and ejb in java?
What are versions of ejb?
What is difference between ejb and spring?
Differentiate Phantom from Un-repeatable?
What are the callback annotations for the stateless bean?
What are the attributes of transaction in ejb?
what is mean by dll ? Please answer me. Advance thanks.
Life cycle methods in stateless Session Beans?