3.4.7 Overview of processing and the points to remember when using the container-managed transactions (CMT)

If you use a container-managed transaction, you can automatically start the transaction just before the Enterprise Bean business method is invoked and automatically commit the transaction immediately after the processing of the business method ends. The transaction management processing need not be coded as a user program coding at all, and you can easily manage the transactions for accessing the resources.

The following figure shows the sequence for using the container-managed transactions.

Figure 3-13 Sequence for using the container-managed transactions

[Figure]

Remember the following points when you use the container-managed transactions: