Friday, February 04, 2005

Programmers Heaven -> AOP-Spring-Instro-Part2-P1

Programmers Heaven -> AOP-Spring-Instro-Part2-P1: "An Introduction to Aspect-Oriented Programming with the Spring Framework, Part 2

by Russell Miles
10/20/2004

In part one of this series, you were shown how to implement the 'HelloWorld's of aspect orientation: tracing and logging. Using the Aspect-Oriented Programming (AOP) facilities provided by the Spring framework, you were shown how to use before-, after-, and exception-based advice, along with how to use simple regular-expression-based pointcuts. While tracing and logging provided some great examples to get you started, this article takes things a couple of steps further by looking at a new form of advice: around advice."

No comments: