|
JTA specifies standard Java interfaces between a transaction manager and
the parties involved in a distributed transaction system: the resource
manager, the application server, and the transactional applications.
The JTA specification was developed by Sun Microsystems in cooperation
with leading industry partners in the transaction processing and database
system arena.
Download the JTA specification, interfaces and Javadoc files:
- Java Transaction API Specification 1.1 Maintenance Release

| Class Files 1.1 |

|
| Javadocs 1.1 |

|
- Java Transaction API Specification 1.0.1B
Maintenance Release of Maintenance Reviews

- Java Transaction API Specification 1.0.1

Errata September 27, 2001 in Java Community Process Maintenance Review
until November 5, 2001 has closed. Errata has been approved.
Errata January 31, 2001 in Java Community Process Maintenance Review until
March 1, 2001 has closed. Errata has been approved.
Class files and Javadocs which include Errata January 31, 2001 and Errata June 30, 2000:
| Class Files 1.0.1a |

|
| Javadocs 1.0.1a |

|
Errata June 30, 2000 in Java Community Process Maintenance Review until August 10, 2000 has closed. Errata has been approved.
Comments may be submitted to jta-feedback@sun.com.
- JTA interfaces, specification and Javadoc files:

- Browse online HTML Javadoc
- See the J2EE tutorial section: "JTA Transactions"
|