Life cycle methods in stateful session beans?
Answer / janet
ejbCreate()
setSessionContext()
ejbActivate()
ejbPassivate()
ejbRemove()
afterBegin()
beforeCompletion()
afterCompletion(boolean commit)
| Is This Answer Correct ? | 5 Yes | 0 No |
How is ejb different from java beans?
What is ejb and its architecture?
What does a deployment diagram specify?
Explain the concept of ejb ql?
what are the classes you used in Beans?
Is decorator an ejb design pattern?
What are the basic and subtypes of enterprise java beans (ejb)?
can u explain about design patterns like singleton,builder,factory
What are the types of ejb?
what is mean by port ? Please answer me. Advance thanks.
How to connect to a specific enterprise bean?
Is ejbCreate() method mandatory while defining a Session Bean?