Can CMP manage BMP Transaction ?
Entity Bean Life Cycle ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the default transaction attribute for an ejb?
What is rmi and ejb in java?
Enlist the CallBack methods of Session Bean?
What is a stateless session?
What is @injectmock?
Why do we need ejb in java?
What is singleton session bean?
What is ptp model?
Which is the only method defined in the javax.ejb.handle interface?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
How to import ejb project in eclipse?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
List some key actors in persistence api.
How does the server decide which beans to passivate and activate?
What is the procedure for the presentation of ejb persistence mechanism?