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 is the meaning of acid in the connection of transaction management?
What are the components of session beam?
Elucidate callback in ejb?
What is ejb framework?
What is ejb technology?
Can you be deported if you are stateless?
What is ejb javatpoint?
What is use of @postconstruct?
Explain ejbhome and ejbobject in ejb?
What is stateless authentication?
What is backing bean?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What are ejbs used for?
What are the callback annotations for entity bean?
Why is ejb used?