Tuesday, May 23, 2006

Implementing Transaction Suspension in Spring

Implementing Transaction Suspension in Spring
by Juergen Hoeller
07/04/2005

The Spring Framework, a popular Java/J2EE application framework built on a lightweight Inversion-of-Control container, is particularly well-known for its data access and transaction management capabilities. Spring's declarative transaction demarcation can be applied to any POJO target object, with the full sophistication of declarative transactions as found in EJB Container-Managed Transactions (CMT). The choices for a back-end transaction manager range from simple JDBC-based transactions to full-fledged J2EE transactions via JTA.

Implementing Transaction Suspension in Spring


technorati tags: ,

No comments: