Jump to content

Java transaction service: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Noodlez84 (talk | contribs)
added ead link entry
No edit summary
Line 1: Line 1:
The '''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 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.


See also: [[Java (programming language)|Java programming language]]
{{See also|Java (programming language)}}


== Additional Resources ==
==Additional Resources==
*See [http://java.sun.com/javaee/technologies/jts/ Sun's JTS description]. {{Dead link |date=October 2014}}

* See [http://java.sun.com/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:25, 30 June 2015

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