Tell me difference between Container managed persistent
bean & Bean managed persistent bean?
Answer / janet
In Bean Managed Persistence, the bean is entirely
responsible for storing and retriving it's instance data.
The Entity bean interface provides methods for the container
to notify an instance when it needs to store or retrive its
data.
In container manaed persistence,entity bean data is
automatically maintained by the container using a mechanism
of it's choosing.
Is This Answer Correct ? | 3 Yes | 0 No |
What is ejb role in j2ee?
Is udp stateless?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
What are the steps involved in creating a Bean?
What are the limitations of using local object?
Can beans who are involved in transaction have 'passivation' process?
What is bean-managed transaction?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
What does ejb stand for?
what is mean by com/Dcom ? Please answer me. Advance thanks.
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
EJB containers supports what kind of transaction attributes?