Performance Analysis of J2EE Applications Using AOP Technique by Ramchandar Krishamurthy
It's tricky to profile a J2EE application to find performance bottlenecks; it's even trickier to do this with a production system, without introducing instability or new slowdowns. Aspect-Oriented Programming (AOP) offers a means of injecting new code, such as performance metrics, into existing code, without re-compiling. Ramchandar Krishnamurthy shows how this can be done.
http://www.onjava.com/pub/a/onjava/2004/05/12/aop.html
No tag for this post.