Java transaction service

From Wikipedia, the free encyclopedia

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

[edit] Additional Resources

Languages