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