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 the relationship between an EJB component, EJB container, and an application server?
what is mean by dll ? Please answer me. Advance thanks.
Explain the concept of connection pooling feature of ejb container?
What are different Methods and Classes written in a Session Bean
How ejb invocation happens?
What are the design principles for ejb?
What is the purpose of JNDI?
Mention the three levels for applying interceptor methods.
What do you mean by timer service and where it is used?
List down the steps for the demonstration of ejp persistence mechanism.
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is ejb container?