WAS v8.5 > Administer applications and their environmentAdminister Transactions
This page provides a starting point for finding information about Java Transaction API (JTA) support. Applications running on the server can use transactions to coordinate multiple updates to resources as one unit of work, such that all or none of the updates are made permanent.
WAS v8.5 provides advanced transactional capabilities to help application developers avoid custom coding. It provides support for the many challenges related to integrating existing software assets with a Java EE environment.
More introduction...
Subtopics
- Administer the transaction service
We can view or change settings for the transaction service and manage active and prepared transactions. We can configure transaction properties to enable peer recovery of failed application servers in a cluster.
Related information:
Migrating Transactions
Transactions
Develop Transactions
Monitoring Transactions
Troubleshooting Transactions