| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- An Example of Aspect-Oriented Programming with Spring by Rob Lambert - [Clicks: 216]
AOP (Aspect-Oriented Programming) is a way to modularize code that is typically repeated and sandwiched all over in an object-oriented system. This article describes my first foray into "hands-on" AOP where I actually write a MethodInterceptor of my own. The example described here was my first major AOP "a-ha" moment, and I hope that this will help shed light onto the value of using AOP in applications.
http://www.zabada.com/technology/aop-example.html - Dec, 2004 - An Introduction to Aspect-Oriented Programming with the Spring Framework, Part 2 by Russell Miles - [Clicks: 125]
… The around form of advice is a more intrusive and powerful AO concept than those covered in part one. This article describes each of the features of around advice so that you can use it accurately and carefully within your own Spring AOP applications. This article concludes by showing you how around advice can be used to intercept and change the way that features within your applications are interacted with, in order to implement the Cuckoo's Egg aspect-oriented design pattern. ...
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/10/20/springaop2.html - Oct, 2004 - An Introduction to Aspect-Oriented Programming with the Spring Framework, Part 1 by Russell Miles - [Clicks: 137]
This article, part one of this introduction to Aspect-Oriented Programming (AOP) with the Spring framework, covers the basics to get you quickly developing using aspect orientation in Spring. Using tracing and logging aspect examples, the HelloWorlds of aspect orientation, this article shows how to declare pointcuts and advice in order to apply aspects using the unique facilities that the Spring framework provides. Part two of this series will take things further by explaining how to exercise the full range of advice types and pointcuts available in Spring in order to implement more practical aspects and aspect-oriented design patterns.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/07/14/springaop.html - Jul, 2004 - Aspect-oriented programming with the Spring framework by Bram Bogaert - [Clicks: 77]
Aspect-oriented programming with the Spring framework -- article related to Development Tools, Object-Oriented, and Java.
http://tools.devchannel.org/devtoolschannel/04/04/15/1457223.shtml?tid=25&tid=46&tid=56 - Apr, 2004