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 |
absract methods in EntityBean ?
What are the limitations of using local object?
Why should we use ejb?
How can I access ejb from asp?
How EJB component can in interact with COM/DCOM components?
Explain the difference between, Java Class and Bean?
Why serialization is used?
What is Session Bean Interface?
Difference between container-managed & bean-managed persistence?
What is ejb 3?
EJB containers supports what kind of transaction attributes?
What do you mean by EJB architecture?