Cleaner and More Concise Transaction Definitions in Spring 1.1
(Note: this post modified 2004-10-7 to reflect new ‘abstract’ attribute introduced with Spring 1.1.1 released on 2004-9-30).
People typically create transactional proxies for service interfaces in their Spring ApplicationContext definitions using either TransactionProxyFactoryBean or BeanNameAutoProxyCreator. This post details how enhancements for Spring 1.1 (included in the current v1.1RC1) allow defining transactional proxies in a much more […]

