Spring AOP

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Dynamic Routing Using Spring framework and AOP by Vigil Bose   - [Clicks: 127]
    Vigil Bose shows how a business transaction can trigger business events dynamically for subsystem processing. The examples shown in this article uses Spring framework 2.0 and Spring AOP effectively to decouple the business service from the subsystem processing functionality.
    http://www.infoq.com/articles/dynamic-routing-using-spring - Jun, 2007
  • Add Object Caching Caching Using Spring, AOP, and Ehcache by Jacob Briscoe   - [Clicks: 162]
    AOP is a great way to cross-cut an application with caching functionality. Find out how to use it in conjunction with the Spring Framework and the open source Ehcache object cache library to give your application a clean and easy-to-understand caching solution.
    http://javaboutique.internet.com/tutorials/ehcache/ - Jan, 2007
  • Implement crosscutting concerns using Spring 2.0 AOP by Ganesh Ghag   - [Clicks: 218]
    Spring AOP is now remarkably easy to use for the average Java developer with traditional object-oriented programming skills. In this article, learn how Spring 2.0 AOP can be effectively used to implement crosscutting concerns in a typical software project.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-01-2007/jw-0105-aop.html - Jan, 2007

[Top]