2004-01-20

O'Reilly Network talks about AOP

O'Reilly has published an Introduction to Aspect-Oriented Programming. The article defines its terms (cross-cutting, advice, pointcut, and aspect), mentions three frameworks (JBoss AOP, Nanning, and Aspectwerkz), and then gives examples using aspectwerkz.

Interestingly, the author chooses not to use AspectJ for the same reason Konstantin mentions in his article: Pragmatic byte code manipulation

No comments:

Post a Comment