What are the required methods to implement EJB architecture?
Answer Posted / john
The methods that have to be present in an EJB are as follows
setSessionContext()
ejbCreate()
ejbPassivate()
ejbActivate()
ejbRemove()
The methods
ejbPassivate()
ejbActivate()
will be left empty in case of Stateless Session beans as
they do not support Passivation and Activation
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the key features of the ejb technology?
Is having static initializer blocks legal in ejb?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is entity beans in ejb with example?
How does ejbs work?
Differentiate Phantom from Un-repeatable?
Is ejb a framework?
What is EJB server?
What is an ejb container?
What is message-driven bean?
What is ejb framework?
Name the attributes of javax.ejb.stateful.
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
How does ejb container work?
What ejb means?