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 |
What are types in SessionBeans?
Is decorator an ejb design pattern?
What is persistence?
What is a ejb container?
What are the types of enterprise bean?
Which is the only method defined in the javax.ejb.handle interface?
What is session bean?
Can beans who are involved in transaction have 'passivation' process?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
What is JAR file?
Is it legal to have static initializer blocks in ejb?
Can tomcat run ejb?