Life cycle methods in stateless Session Beans?
Answer Posted / janet
ejbCreate()
setSessionContext()
ejbActivate -- never called
ejbPassivate()
ejbRemove()
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is microservice stateless?
What is ejb in java?
What ejb means?
What is dependency injection in ejb?
Explain transaction and various methods to manage it?
What is enterprise bean?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
What happens when I change a value in the httpsession from inside an ejb?
Define Clone?
Define ACID Properties?
What is use of @postconstruct?
What is the difference between ejbcreate() and ejbpostcreate?
What is ejb in weblogic?