Jump to content

Java transaction service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 213.189.146.11 (talk) at 10:03, 19 September 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Java Transaction Service (JTS) is an implementation of the JTA Transaction Manager, AKA TP monitor, that maps onto the OMG Object transaction service used in the CORBA architecture. It uses IIOP to propagate the transactions between multiple JTS transaction managers.

Java EE application servers are required to provide a JTS implementation.

See also: Java programming language

Additional Resources