Java transaction service

From Wikipedia, the free encyclopedia

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

[edit] Additional Resources

In other languages