本地事务和全局事务Local Transaction and Global Transaction(JTA) 博客分类: SpringJava javaspringtransactionlocalglobal
程序员文章站
2024-03-14 18:49:11
...
Configuring Spring and JTA without full Java EE
http://spring.io/blog/2011/08/15/configuring-spring-and-jta-without-full-java-ee/
Spring doc -Transaction Management
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/transaction.html
Distributed transactions in Spring, with and without XA
http://www.javaworld.com/article/2077963/open-source-tools/distributed-transactions-in-spring--with-and-without-xa.html
http://spring.io/blog/2011/08/15/configuring-spring-and-jta-without-full-java-ee/
Spring doc -Transaction Management
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/transaction.html
Distributed transactions in Spring, with and without XA
http://www.javaworld.com/article/2077963/open-source-tools/distributed-transactions-in-spring--with-and-without-xa.html
上一篇: Xcode中Target的使用 博客分类: ios xcodetarget
下一篇: 泛型举例一