Java transaction service: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{no sources}} |
|||
The '''[[Java (programming language)|Java]] Transaction Service''' ('''JTS''') is a specification for building a [[Transaction processing|transaction manager]] that maps onto{{clarification needed|date=June 2012}} 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. |
The '''[[Java (programming language)|Java]] Transaction Service''' ('''JTS''') is a specification for building a [[Transaction processing|transaction manager]] that maps onto{{clarification needed|date=June 2012}} 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. |
||
== |
== External links == |
||
* [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]. |
||
Line 7: | Line 8: | ||
{{stub}} |
{{Programming-software-stub}} |
Revision as of 22:19, 24 January 2025
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.
External links