Jump to content

Java transaction service: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Stub
Line 7: Line 7:


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


{{stub}}

Revision as of 17:33, 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.

Additional resources