Home Help Java T Java Transaction API



Java Transaction API
Posted on: May 24, 2009 at 12:00 AM
JTA is a service-oriented API specification that allows applications to perform distributed transactions.

Java Transaction API 

     

JTA is a service-oriented API specification that allows applications to perform distributed transactions. Transactions access and update data on two or more networked computer resources. JTA is supposed as the service API used by application programmers to group operations into one or more logical transactions. The JTA specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the application, the application server, and the resource manager that controls access to the shared resources affected by the transactions. The most commonly used functionality by java transaction API is javax.transaction.UserTransaction, which provides services for explicit client control of transactions. A transaction describes a logical unit of work that either completely succeeds or produces no result at all. JTA mainly provides three kinds of services:

  • Transactional operations in client applications
  • In application servers transactional operations are performed on behalf of clients
  • Java transaction manager coordinates multiple transaction-capable resource managers such as messaging systems and database servers

 

Related Tags for Java Transaction API :
ccomdatedataresourcestransactionsupdatenetworkiosourcetransactionresourceactioncomputerworkeactionsputcepdamtrnetnetescomputercssourcessoessetwatkandactccsasacupdtwssaccessndonomonsa


More Tutorials from this section

Ask Questions?    Discuss: Java Transaction API  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.