Can CMP manage BMP Transaction ?
Entity Bean Life Cycle ?
Answer / ravikiran
No,because cmp is handled by the container where as bmp will
be taken care by the programmer.
Entity bean life cycle
1).Doesn't exist state
2).Bean ready state
3).Activation and passivation state
Is This Answer Correct ? | 5 Yes | 2 No |
Can an ejb send asynchronous notifications to its clients?
What is the use of @ejb annotation?
What is Enterprise JavaBeans?
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?
What is ejb and its architecture?
What is ejb in java with example?
What is difference between ejb and spring?
What is ejb application?
What is the relationship between an EJB component, EJB container, and an application server?
What are the various types of entity beam?
What optimization could I use if the ejb container is the only point of write access to the database?
Life Cyle methods in Entity Bean with Bean Managed Persistence