Java transaction service: Difference between revisions
Appearance
Content deleted Content added
GreenC bot (talk | contribs) m Rescued 1 archive link. Wayback Medic 2.1 |
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.3beta7) |
||
Line 4: | Line 4: | ||
==Additional Resources== |
==Additional Resources== |
||
*See [https://web.archive.org/web/20080418135325/http://java.sun.com |
*See [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 23:37, 19 April 2017
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.