Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
482 B
Text
10 lines
482 B
Text
Java Transaction API (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. See JSR 907.
|
|
|
|
WWW: http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html
|