====== JTA ====== ===== Java Transaction API ===== JTA specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications. Les éléments d'une implémentation JTA : Application, Application server, [[glossaire:TM|Transaction manager (TM)]], Resource adapter, [[glossaire:RM|Resource manager (RM)]]. Voir: * [[http://java.sun.com/products/jta/|JTA API Specifications]] * [[http://archive.devx.com/java/free/articles/dd_jta/jta-1.asp|Understanding JTA—the Java Transaction API]] * [[glossaire:DTP]] * [[glossaire:XA]]