Use the transaction service

These topics provide information about using transactions with WebSphere applications

 

Overview

WebSphere applications can use transactions to coordinate multiple updates to resources as atomic units (as indivisible units of work) such that all or none of the updates are made permanent.

In WebSphere Application Server, transactions are handled by three main components:

For more information about using transactions with WebSphere applications, see the following topics:


Related concepts
Transaction support in WebSphere Application Server
Related reference
Using local transactions
Transaction service exceptions
UserTransaction interface - methods available