April 10th, 2007

You are currently browsing the articles from Java Blog - Java, J2EE, SOA, Spring and Hibernate written on April 10th, 2007.

Spring Framework Declarative Transaction with Annotations

<tx:annotation-driven transaction-manager=”txManager”/> where txManager points the underlying transaction manager and the tx namespace refers to http://www.springframework.org/schema/tx

(more…)

Written by Ravi Nallakukkala on April 10th, 2007 with no comments.
Read more articles on Spring.