posted 18 years ago
BMP - As a Bean Programmer you have manage transaction.
CMP - Container will do the transaction, but you have to tell container which business methods you want conatiner to execute using DD.
Advantage of BMP is, you can have more flexbility than CMP.
DisAdvantage of BMP is, when you want to change the transaction behaviour you need modify the code.But in CMP, you just need to change the transaction attribute mentioned in DD.
HTH,