|
[AOP]
AOP in J2EE, Tomcat tutorial
[
avasseur
]
Since we released AspectWerkz 1.0 beta 1 some days ago, with a real cool feature we had in our roadmap since the very begining, I have written a small tutorial for you to practice. AspectWerkz now supports the concept of an AOP container. No other AOP framework out there supports this idea in the way we do it : class loader aware and cross platform. The standard way of doing so is to use META-INF/aop.xml files, and for some container like Tomcat it is possible to use WEB-INF/aop.xml as well. You can drop Aspect classes at your system classpath and those will affect all deployed application, AND, you can have Aspect classes within your web application that will only affect this specific deployed application. Read the tutorial here.
Thanks for that insightful comment! It makes interesting reading, especially when I need a payday advance . --payday advance , November 26, 2004 07:31 PM
Post a comment
|