From 05e3c00a98e4a1d1626575d20cd6a4b8329ff075 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 25 Jun 2009 16:54:42 +0000 Subject: [PATCH] added link to Dave's transaction article --- spring-framework-reference/src/transaction.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-framework-reference/src/transaction.xml b/spring-framework-reference/src/transaction.xml index 7a3b0aa338..e5c6287ca4 100644 --- a/spring-framework-reference/src/transaction.xml +++ b/spring-framework-reference/src/transaction.xml @@ -1956,6 +1956,11 @@ txManager.commit(status);]]> Further Resources Find below links to further resources about the Spring Framework's transaction support. + + Distributed transactions in Spring, with and without XA + is a JavaWorld feature where SpringSource's David Syer guides you through seven patterns for distributed transactions in Spring applications, three of them with XA + and four without. + Java Transaction Design Strategies is a book available from InfoQ that provides a well-paced