Java Transaction Service (JTS) specifies the implementation of a transaction manager which supports the JTA specification at the high-level and implements the Java mapping of the OMG Object Transaction Service (OTS) at the low-level.
JTS specifies the implementation of a transaction manager which supports the JTA specification at the high-level and implements the Java mapping of the OMG Object Transaction Service (OTS) at the low-level.
JTS uses the CORBA OTS interfaces for interoperability and portability, which defines a standard mechanism for any implementation that utilizes IIOP (Internet InterORB Protocol) to generate and propagate transaction context between JTS Transaction Managers.
Source: Oracle (Handling Transactions with Enterprise Beans: JTA and JTS Transaction Support )