AOP Main

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

Articles
  

Articles:
  • I want my AOP!, Part 3 by Ramnivas Laddad   - [Clicks: 17]
    In this third and final article in Ramnivas Laddad's aspect-oriented programming (AOP) series, Ramnivas demonstrates how to use AOP and AspectJ to solve real-world problems by modularizing crosscutting concerns. His examples will help you better understand aspect-oriented concepts so you can apply AOP to your projects.
    http://www.javaworld.com/javaworld/jw-04-2002/jw-0412-aspect3.html - Apr, 2002
  • I want my AOP!, Part 2 by Ramnivas Laddad   - [Clicks: 16]
    In this second article in his three-part series on aspect-oriented programming (AOP), Ramnivas Laddad presents an AspectJ implementation based on Java. He introduces concepts and constructs in AspectJ and shows simple examples to help understand a concrete form of AOP.
    http://www.javaworld.com/javaworld/jw-03-2002/jw-0301-aspect2.html - Mar, 2002
  • I want my AOP!, Part 1 by Ramnivas Laddad   - [Clicks: 24]
    Most software systems consist of several concerns that crosscut multiple modules. Object-oriented techniques for implementing such concerns result in systems that are invasive to implement, tough to understand, and difficult to evolve. The new aspect-oriented programming (AOP) methodology facilitates modularization of crosscutting concerns. Using AOP, you can create implementations that are easier to design, understand, and maintain. Further, AOP promises higher productivity, improved quality, and better ability to implement newer features. This article, the first in a three-part series, introduces the AOP concept and the problems it attempts to solve.
    http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-aspect.html - Jan, 2002

[Top]