Develop transactions
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 v9 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.
Subtopics
- Develop components to use transactions
These topics provide information about developing WebSphere application components to use transactions
Migrate transactions Administer transactions Establishing high availability for transactions Transactions Monitor transactions (ZOS) Tune transactions
Troubleshoot transactions