Jump to content

Java transaction service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RedWolf (talk | contribs) at 21:16, 29 September 2004 (Category:Java platform). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Java Transaction Service, or 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.

J2EE application servers are required to provide a JTS implementation.

See also: Java programming language

Additional Resources