Enterprise Java Development@TOPIC@
Understand the purpose of a transaction
Local Transactions
JTA Transactions
XA Transactions
Manage transaction scope
Manage transaction state
Monitor transactions
At the completion of this topic, the student shall
have more understanding of:
Transactions in General
Transaction Management
Container Managed
Bean Managed
Transaction Scope
be able to:
Define a Transaction Scope for a Container Managed EJB method
Propogate Transaction Scope across Container Managed EJB methods
Implement an EJB using Bean Managed Transactions
Implement a Stateful Session EJB with transaction callbacks