These topics provide information about using transactions with WebSphere applications
Why and when to perform this task
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.
The transaction manager supports the enlistment of recoverable XAResources and ensures that each such resource is driven to a consistent outcome either at the end of a transaction or after a failure and restart of the application server.
For more information about using transactions with WebSphere applications, see the following topics:
Related tasks
Implementing WebSphere enterprise applications that use ActivitySessions