posted 20 years ago
data persistence is managed by bean...actually, defined by bean for CMP.
CMP let you define abstract method for getter and setter, but not the actual instance variable. The container will generate necessary code for database processing.
Whatever, you need to do something in your bean code even in CMP.
Transaction is defined in DD. I mean, you cannot define a method is in trasaction or not in your bean code, and you can only do that in DD.