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 |
What is stateless session bean?
What are the transaction management benefits of the EJB architecture?
What is an ejb platform?
What is ejb javatpoint?
What is Enterprise JavaBeans Query Language (EJB QL)?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
in EJB diclare the static methods are not?
What does it mean to be stateless?
What transaction attributes does Java Bean containers support?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
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?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?