Spring AOP

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

Articles
Presentations
  

Articles:
  • Using the Spring AOP Framework with EJB Components by Eugene Kuleshov   - [Clicks: 208]
    Learn how to use the Spring Framework to encapsulate EJBs, and further enhance them with AOP features.
    [Includes source code]
    http://dev2dev.bea.com/pub/a/2005/12/spring-aop-with-ejb.html - Dec, 2005
  • AOP@Work: Dependency injection with AspectJ and Spring by Adrian Colyer   - [Clicks: 68]
    Dependency injection and aspect-oriented programming are complementary techniques, so it's natural to want to use them together. Follow along as Adrian Colyer explores the relationship between the two and shows you how you can combine them to facilitate advanced dependency injection scenarios.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-aopwork13.html - Dec, 2005
  • AOP@Work: AOP tools comparison, Part 1 by Mik Kersten   - [Clicks: 175]
    AOP is a technology whose time has come, but how do you choose the right tool for your projects? In this first article in the new AOP@Work series, aspect-oriented programming expert Mik Kersten compares the four leading AOP tools (AspectJ, AspectWerkz, JBoss AOP, and Spring AOP) to help you decide which one is for you. In Part 1 of this two-part discussion, the author focuses on the tools' language mechanisms and the trade-offs imposed by the different approaches. Note that this article addresses the implications of the recently announced merger of the AspectJ and AspectWerkz projects.
    http://www-106.ibm.com/developerworks/java/library/j-aopwork1/ - Feb, 2005
  • AOP@Work: AOP tools comparison, Part 2 by Mik Kersten   - [Clicks: 84]
    In this second half of his two-part AOP tools comparison, aspect-oriented programming expert Mik Kersten focuses on the tools' integration with the development environment and build process, including a point-by-point comparison of the tools' IDE features. To help you make your final decision, the author concludes with a look at what's to come for these rapidly evolving tools, and provides a summary of each one's strengths and weaknesses. Note that this article addresses the implications of the recently announced merger of the AspectJ and AspectWerkz projects.
    http://www-106.ibm.com/developerworks/library/j-aopwork2/ - Feb, 2005

[Top]

Presentations:
  • Invited Talk: AOP in Spring by Rob Harrop, Adrian Colyer   - [Clicks: 115]
    This talk gives a brief introduction to the Spring lightweight container and its support for dependency injection. Spring's approach to AOP will be presented, along with examples of some of the aspects that come pre-packaged with Spring. Spring also integrates well with AspectJ, and examples will be given of how to configure and use AspectJ aspects with Spring, We will discuss when it is appropriate to use Spring's AOP framework, and when to use AspectJ aspects. The talk will conclude with a look at some ongoing developments to make the use of both Spring AOP aspects and AspectJ aspects as seamless as possible in the Spring container.
    [Formats: PDF]
    http://aosd.net/2005/industry/talk4.php - Mar, 2005

[Top]