Difference between container-managed & bean-managed
persistence?
Answer Posted / john doe
In a CMP the task of mainitain the persitance is carried out
completely by the container. It is simpler for the developer
as the most of the tasks are handled by the contianer
itself. The developer does not have to worry about
connectivity or the JDBC
In a BMP the developer has to use database APIs to read or
write data into the DB. This gives him the flexibilty to
carry out the persistance operations which are too
complicated for the container to handle. He has to use EJB
QL (EJB Query Lanaguage) to interact with the database using BMP
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What do you mean by ‘hot deployment’ ?
Can remove() be a Stateless Session bean?
What are the various types of entrepreneur java bean?
What is the difference between find and select methods in ejb?
What is pub/sub model?
What is bean in ejb?
How can a CORBA object, accessed from a EJB?
Why is ejb needed?
Match the ejb functions given below with the functionality equivalent in sql?
What is a ejb container?
Is functional programming stateless?
Are entity beans allowed to create() methods?
can we stop the execution of a method before completion?
How to create ejb project in eclipse?
Define Initial Context?