Transactions
Develop and assemble applications that use transactions
- Use the transaction service
- Develop components to use transactions
- Configure transactional deployment descriptor attributes for EJB or Web modules
- Enable a session bean, servlet, or application client component to use bean-managed transactions
- Assemble applications for deployment
- Use one-phase and two-phase commit resources in the same transaction
- Assemble an application to use one-phase and two-phase commit resources in the same transaction
Deploy and administer applications
- Deploy applications
- Use local transactions
- Configure transaction properties for an application server
- Manage active and prepared transactions
- Manage transaction logging for optimum server availability
- Interoperate transactionally between application servers
- Configure an application server to log heuristic reporting
- Administer applications
Troubleshoot transactions
Conceptual overviews
- Transaction support in WAS
- IBM Education Assistant
- WebSphere programming model extensions overview
- Last Participant Support and ActivitySessions
- WAS Enterprise V5 and Programming Model Extensions
The Samples Gallery offers:
- JTA extensions - Transaction tracker
A servlet that registers for synchronization callbacks when it is initialized. The servlet displays a table detailing every completed transaction on the server since registration. For the user's convenience, an option is provided to run a new transaction that can either be committed or rolled back.