What is the Java Transaction API (JTA)?
Location: http://www.jguru.com/faq/view.jsp?EID=2562 Created: Dec 14, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) JTA is a service-oriented API specification. Typically, we think of JTA as the service API used by application programmers to group operations into one or more logical transactions. JTA actually provides three types of services: • Transactional operations in client applications • Transactional operations in application servers performed on behalf of clients • Global transactional management in a Java transaction manager coordinating multiple transaction-capable resource managers such as database servers and messaging systems The most noticeable and often-used functionality is javax.transaction.UserTransaction, which provides services for explicit client control of transactions.
Related Questions
- How do I get a reference to a VisiTransact Transaction Manager instance from a Java application that manages transactions using JTA?
- What is the relationship between the Java Message Service, the Java Transaction API, and the Java Transaction Service?
- What Type of Data Can an Application Access Through the OLAP Java API?