Links

Distributed transactions in Spring, with and without XA

While it's common to use the Java Transaction API and the XA protocol for distributed transactions in Spring, you do have other options. The optimum implementation depends on the types of resources your application uses and the trade-offs you're willing to make between performance, safety, reliability, and data integrity. In this JavaWorld feature, SpringSource's David Syer guides you through seven patterns for distributed transactions in Spring applications, three of them with XA and four without.

http://www.javaworld.com/javaworld/jw-01-2009/jw-01-spring-transactions.html

Filed under  //   java   jee   jta   spring   transactions   xa  
Posted August 24, 2010 by email