| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- Modularizing and Code Reuse Using AOP by Ayyappan Gandhirajan - [Clicks: 27]
Review some insights about code modularity and reuse using Aspect-Oriented Programming (AOP).
http://www.developer.com/design/article.php/3649681 - Dec, 2006 - Making AspectJ development easier with AJDT by Matt Chapman - [Clicks: 18]
Aspect Oriented Programming (AOP) can be used to solve a number of today's application requirements but can also be intimidating for developers when getting started. A new article by Matt Chapman, AJDT Project Lead, shows how AOP development with the popular AspectJ library can be made easier using the Eclipse AspectJ Development Tools (AJDT) plugin.
http://www.infoq.com/articles/aspectj-with-ajdt - Nov, 2006 - AOP@Work: Component design with Contract4J by Dean Wampler - [Clicks: 25]
Design by Contract is a proven technique for clarifying component design details, documenting proper usage for clients, and testing usage compliance programmatically. In this final article in the AOP@Work series, Dean Wampler introduces Contract4J, a Design by Contract tool that specifies contracts using Java 5 annotations and evaluates them at run time using AspectJ aspects. Along with being a strong addition to your AOP toolkit, Contract4J offers insight into emerging trends in aspect-oriented design.
http://www-128.ibm.com/developerworks/java/library/j-aopwork17.html - Apr, 2006 - AOP@Work: Check out library aspects with AspectJ 5 by Wes Isberg - [Clicks: 44]
AspectJ 5's new language and deployment features make library aspects easy, and library aspects in turn promise to put AOP in the hands of mere mortals. Miraculously simple to use, they can be devilishly difficult to write. In this installment of AOP@Work series, Wes Isberg weaves a tale about 30 serious contenders in a world not too far from your own; along the way, you'll learn how to use and write library aspects and how to deliver solutions to believers and nonbelievers alike.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/j-aopwork14/ - Jan, 2006