Java Transaction Service

Java Transaction Service ( JTS ) is a term used in software development with Java. In the communication of a plurality of components of one or more applications with one another, it often is important to handle this communication and the resultant steps in the applications within a single transaction. JTS describes a service (in the sense of a software application ) that controls the transactions. Communication between applications implemented in Java and the JTS is done via a protocol called Java Transaction API ( JTA ).

  • Java Programming
432266
de