Spring transaction management
| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
Articles:
- Specify custom isolation levels with the Spring framework by Ricardo Olivieri - [Clicks: 409]
If you're building an application that requires a custom isolation level in a global transaction during the execution of a use case, you've probably found out the hard way that the Java Transaction API doesn't provide support for custom isolation levels. Fortunately, the Spring framework allows you to design Web and enterprise applications that use custom isolation levels in global transactions, but it's not an easy task. In this article, Ricardo Olivieri walks through the process in seven detailed steps.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/j-isolation/index.html - Oct, 2006 - JOTM Transactions In Spring And Hibernate by Binildas Christudas, Sowmya Hubert - [Clicks: 574]
This article walks you through a running example implemented using a mix of three powerful, complementary J2EE technology frameworks: Spring, Hibernate, and JOTM.
[Includes sample code]
http://today.java.net/pub/a/today/2006/08/31/jotm-transactions-in-spring-and-hibernate.html - Aug, 2006 - Develop Spring applications for IBM WebSphere Application Server -- Part 2 by Sunil Patil - [Clicks: 420]
Learn the basics of connection and transaction management in the Spring Framework, and how to add these features into your J2EE application for IBM WebSphere Application Server. Part 2 of 3 discusses options for developers, such as using DataSources maintained by WebSphere Application Server, and how to change your application to participate in a transaction at the connection and global levels.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/techjournal/0604_patil/0604_patil2.html - Apr, 2006
[Top]