what is an ejb object?
Answer Posted / vamsee
Ejb objects are used to access the Business logic methods
defined by the user in the bean. client gets the reference
of the object using JNDI, and cast the object as the
HomeObject and access the methods in the bean.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What is mdb in ejb?
What is difference between ejb and spring?
What is Enterprise JavaBeans Query Language (EJB QL)?
When was ejb developed?
What is use of @postconstruct?
Can more than a single table be mapped in cmp?
Why is ejb needed?
How can a session bean be configured for transactions of bean-managed?
What are the advantages of ejb?
What is rmi and ejb in java?
Are entity beans allowed to create() methods?
can we stop the execution of a method before completion?
Explain transaction and various methods to manage it?
How can one EJB be called from within another EJB?