Further Resources
-
JavaWorld 演示:介绍在 Spring 应用程序中使用和不使用 XA 的七种分布式事务模式。
-
InfoQ 书籍:提供 Java 中事务的基本知识,以及 Spring 框架和 EJB3 中事务配置和使用的示例。
有关 Spring 框架事务支持的更多信息,请参见:
For more information about the Spring Framework’s transaction support, see:
-
Distributed transactions in Spring, with and without XA 是 JavaWorld 演示文稿,Spring 的 David Syer 指导您了解 Spring 应用程序中七种分布式事务模式,其中三种使用 XA,四种未使用 XA。
-
Distributed transactions in Spring, with and without XA is a JavaWorld presentation in which Spring’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 是 InfoQ 提供的一本图书,其中提供了对 Java 中事务的循序渐进式介绍。它还包括如何同时使用 Spring Framework 和 EJB3 配置和使用事务的并排示例。
-
Java Transaction Design Strategies is a book available from InfoQ that provides a well-paced introduction to transactions in Java. It also includes side-by-side examples of how to configure and use transactions with both the Spring Framework and EJB3.