What are the required methods to implement EJB architecture?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is stateless session?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
Enlist the changes in EJB 2.1 ?
Is decorator an ejb design pattern?
What is ejb in spring?
Can Container managed Bean-Managed Persistence ?
What is ejb in java with example?
What is the difference between ejb and java beans?
What is ejb container in java?
What does statelessness mean?
What are the various types of entrepreneur java bean?
What optimization could I use if the ejb container is the only point of write access to the database?