Jump to content

Java transaction service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Doug Bell (talk | contribs) at 18:56, 12 March 2006 (+sort key; formatting). 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