Link Details

Link 137791 thumbnail
User 185351 avatar

By jsugrue
via java.dzone.com
Published: Dec 01 2008 / 09:36

Declarative transaction management is arguably one of the most useful and widely used features of the Spring Framework. It allows sophisticated control over transactions with only a few lines of configuration. A typical application need only to add an @Transactional annotation to a given method, plus drop in a > and a few other tags in a Spring configuration file to achieve reliable transaction management.
  • 18
  • 0
  • 869
  • 295

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.