Friday, March 4, 2005

AOP annotations

Aspect-Oriented Programming (AOP) and attributes are two leading-edge programming concepts, each with typical applications. By combining them, using attributes to indicate where AOP code should execute, you can effectively declare new Java syntax. Bill Burke introduces this new technique.
rating comment: Very interesting article about how to apply aspect-oriented programming using Java 5 annotations and the JBoss AOP framework. The article points out the advantages of using AOP, and highlights how easy it is to apply it using annotations. I'll definitely make an example of that, cause it sounds very interesting!

No comments: