R
Rizwan
I have been reading about transactions in java and have some questions:
*) Which is mostly used: Container-managed transactions (CMT) or
Bean-managed transactions (BMT)? I dont have Entity Bean in my application.
*) Is this statement true: Use JTA only when the transaction involves more
than 1 database else use JDBC? If yes then how would you deal with this?
It would be nice if somebody points to a detailed tutorial about
transactions.
Thanks
*) Which is mostly used: Container-managed transactions (CMT) or
Bean-managed transactions (BMT)? I dont have Entity Bean in my application.
*) Is this statement true: Use JTA only when the transaction involves more
than 1 database else use JDBC? If yes then how would you deal with this?
It would be nice if somebody points to a detailed tutorial about
transactions.
Thanks