Jump to content

Java transaction service: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.3beta7)
Line 3: Line 3:
{{See also|Java (programming language)}}
{{See also|Java (programming language)}}


==Additional Resources==
== Additional resources ==
*See [https://web.archive.org/web/20080418135325/http://java.sun.com/javaee/technologies/jts/ Sun's JTS description].
* [https://web.archive.org/web/20080418135325/http://java.sun.com/javaee/technologies/jts/ Sun's JTS description].


[[Category:Java enterprise platform|Transaction service]]
[[Category:Java enterprise platform|Transaction service]]

Revision as of 09:03, 24 October 2018

The Java Transaction Service (JTS) is a specification for building a transaction manager that maps onto[clarification needed] the Object Management Group (OMG) Object Transaction Service (OTS) 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.

Additional resources