Main Page | See live article | Alphabetical index

Java transaction service

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