Jump to content

Java transaction service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Loren.wilton (talk | contribs) at 10:07, 10 April 2008 (Reverted edits by 203.197.80.145 (talk) to last version by CambridgeBayWeather). 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 a specification for building a transaction manager (aka TP monitor), that maps onto the Object Management Group (OMG) Object transaction service used in the Common Object Request Broker Architecture (CORBA) architecture. It uses General Inter-ORB Protocol (IIOP) to propagate the transactions between multiple JTS transaction managers.

Java Platform, Enterprise Edition application servers are required to provide a JTS implementation.

See also: Java programming language

Additional Resources