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 |
What is the difference between stateful and stateless session beans?
Difference between container-managed & bean-managed persistence?
How enterprise beans will handle concurrent and loopback calls on entity beans?
What are transaction isolation levels in ejb?
What are the callback annotations for entity bean?
what is a ejb architecture? and overview of ejb software architecture?
Can Container Managed Bean-Managed Transaction ?
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
Write down the steps for the creation of stateless ejb.
ejb session beans and entity beans?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
how to set the relationship between tables in ejb