I know about CMP and BMP.
In CMP.. if the container manages the database calls...why do everyone go for BMP....Why we go for adding complexity in the code using BMP ?
-
Entity Beans.( CMP and BMP) (3 messages)
- Posted by: Syed Imthias Basha
- Posted on: March 16 2001 15:06 EST
Threaded Messages (3)
- Entity Beans.( CMP and BMP) by John hs on March 19 2001 05:00 EST
- Entity Beans.( CMP and BMP) by muthu swamy on March 19 2001 11:43 EST
- Entity Beans.( CMP and BMP) by Web Master on April 26 2001 07:56 EDT
-
Entity Beans.( CMP and BMP)[ Go to top ]
- Posted by: John hs
- Posted on: March 19 2001 05:00 EST
- in response to Syed Imthias Basha
hi,
In some occasion,such as :one need to operate two more tables at once.CMP is not as convinient as BMP.
I think that's the reason.
zhousr -
Entity Beans.( CMP and BMP)[ Go to top ]
- Posted by: muthu swamy
- Posted on: March 19 2001 11:43 EST
- in response to Syed Imthias Basha
And one more reason is that if your are changing the application server, the deployment descriptor has to be changed for each application server for the container managed fields. But deployment needs less work for BMP for different servers. -
Entity Beans.( CMP and BMP)[ Go to top ]
- Posted by: Web Master
- Posted on: April 26 2001 07:56 EDT
- in response to Syed Imthias Basha
I cannot find the documentation of CMP beans. Can someone point me out to the ins and outs of CMP EJB's.
I would think CMP is a very important feature of EJB's and find it very disturbing there is little information about CMP.