Sponsorised links
This year
2007
Simplifying Enterprise Applications with Spring 2.0 and AspectJ
Instrumentation d'application Spring grace a AspectJ
Essential Defensive programming with AOP
Defensive programming constructs have prevented many a defect, but the constructs themselves tend to litter code with repetitive logic. Combining defensive programming techniques with aspect-oriented programming is one way to keep the strong line of defense without all the repetitive coding. This article provides a multifaceted approach using the power of AOP, design by contract, and a handy library called OVal.
Implement crosscutting concerns using Spring 2.0 AOP - Java World
Implement crosscutting concerns using Spring 2.0 AOP
Sponsorised links
2006
generate a sinewave from input square
Generating a true sinewave from an input square wave over an octave in frequency is not simple.
Apostle: Aspect Programming in Smalltalk
Apostle (Aspect Programming in Smalltalk) is an extension of the Smalltalk language providing Aspect-Oriented Programming (AOP) functionality. It was developed to explore the feasibility to make AOP a natural extension of Smalltalk environments -- meaning with no separate compilation phase. Of greatest importance was supporting the immediacy of any program change, while ensuring that performance not suffer.
