Spring Declarative Transactions Using Annotations
Pre-requisite trails Spring Transactions Primer Spring declarative transactions Concept Overview The tutorial on Spring declarative transaction explains how to declare transactions in the xml using the tx namespace. The same namespace also provides an element called <tx:annotation-driven> which can be used be define transactions using annotation. The Transaction Manager can be specified using the transaction-manager … Read more