What are the services that a container provides for an
entity bean?
Answers were Sorted based on User's Feedback
Answer / yousef
Thread Safety
pooling
trancacion mangment
state mangment
intergeration
security
time secudling
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pkr_reddy
the services are
ejbActivate();
ejbPassivate();
ejbLoad ();
ejbStore ();
ejbPostCreate();
ejbCreate();
ejbRemove();
set EntityContext();
unsetEntityContext();
| Is This Answer Correct ? | 0 Yes | 2 No |
whatis the diff between ejb and servlet/jsp
How is consistency maintained by Stateful Session through transaction updates ?
Is method overloading allowed in ejb?
can u explain about design patterns like singleton,builder,factory
In what format is the conversational data written to the disk?
Why is ftp stateful?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
when deploying an EJB, does it possible to specify multiple JNDI names?
How many enterprise beans?
How to create ejb project in eclipse?
What is session bean?
What is ejb javatpoint?