Java Transaction Service

from Wikipedia, the free encyclopedia

Java Transaction Service (JTS) is a term from software development with Java . When several components of one or more applications communicate with one another, it is often important to handle this communication and the resulting work steps in the applications within a common transaction . JTS describes a service (in the sense of a software application) that controls the transactions. The communication between the applications implemented in Java and the JTS takes place via a protocol called Java Transaction API (JTA).