Eclipse integration when not using the AspectWerkz Eclipse plugin
Step by step tutorial to work with AspectWerkz in Eclipse, using Eclipse and Ant.
http://www.realsolve.co.uk/site/tech/aspectwerkz-eclipse.php
EJB 3 transactions, Java 5 and AspectWerkz AOP.
Step by step tutorial that will guide thru a Java 5 based sample with a quite interesting goal: implement a subset of the EJB 3 specification with AspectWerkz in less than 1 hour !
http://www.theserverside.com/articles/article.tss?l=AspectWerkzP2
Introduction to AOP (spanish).
Introduction to AOP using an example on how to implement transparent persistence using AOP and AspectWerkz.
http://www.javahispano.org/tutorials.item.action?id=40
Introduction to Aspect-Oriented Programming.
Introduction to AOP in J2EE environments. Deploys AOP enable webapp in Tomcat.
http://www.onjava.com/pub/a/onjava/2004/01/14/aop.html
Translated into spanish:
http://www.programacion.com/java/articulo/jap_aop
Performance Analysis of J2EE Applications Using AOP Techniques.
Explains how to write a simple performance analysis aspect for J2EE using AspectWerkz.
http://www.onjava.com/pub/a/onjava/2004/05/12/aop.html
Enabling AOP in WebLogic Server using the JRockit Management API.
In this article, you will learn the basic AOP concepts as well as how to apply AOP to your J2EE applications using AspectWerkz, a dynamic AOP framework. The hands-on tutorial explains how to use AOP to track EJB CMP's container generated JDBC queries.
http://dev2dev.bea.com/technologies/soa/businesslogic/articles/boner_vasseur.jsp
