Java transaction service: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
GreenC bot (talk | contribs) m Rescued 1 archive link. Wayback Medic 2.1 |
||
Line 4: | Line 4: | ||
==Additional Resources== |
==Additional Resources== |
||
*See [http://java.sun.com/javaee/technologies/jts/ Sun's JTS description]. {{Dead link |date=October 2014}} |
*See [https://web.archive.org/web/20080418135325/http://java.sun.com:80/javaee/technologies/jts/ Sun's JTS description]. {{Dead link |date=October 2014}} |
||
[[Category:Java enterprise platform|Transaction service]] |
[[Category:Java enterprise platform|Transaction service]] |
Revision as of 23:36, 23 March 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.
Additional Resources
- See Sun's JTS description. [dead link]