Concurrency Testing in Java Apps (features Glassbox)

Concurrency Testing in Java Apps (features Glassbox) <b>10/2007</b> Nice article by the founder of the popular <a href="http://www.pushtotest.com">PushToTest</a>, Frank Cohen. He describes methods for concurrency testing in Java applications and shows a new technique (featuring Glassbox) to correlate what a Java application server is doing on the server side while a load test automation tool drives a test on the client side.

Next Steps with Aspects

Next Steps with Aspects Next in the line of IBM AOP@Work series by Ron. Exploring Aspects beyond basic logging, and using AOP in different product phases.

Enhance design patterns with AspectJ, part2

Enhance design patterns with AspectJ, part2 Nicely describes the AspectJ Marker Interface idiom. By Nicholas Lesiecki, developerWorks, May 2005.

Performance Monitoring with AspectJ, Part 2

Performance Monitoring with AspectJ, Part 2 Part2 of Using AspectJ to monitor performance. Part of the AOP@Work series.

New Aspects

New Aspects Using Aspects and Lightweight Java to Revolutionize Software

Performance monitoring with AspectJ, Part 1

Performance monitoring with AspectJ, Part 1 Part1 of Using AspectJ to monitor performance. Part of the AOP@Work series.

AspectJ

AspectJ Download the AspectJ Eclipse project. Get clean modularization of crosscutting concerns, such as error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, and multi-object protocols

Struts actions with Spring

Struts actions with Spring Get a better handle on Struts actions, with Spring, a DeveloperWorks article by George Franciscus, provides a detailed look at the 3 primary variations in how the Struts web UI framework may be integrated with Spring.

AspectJ development tools (ajdt)

AspectJ development tools (ajdt) The AspectJ Development Tools (AJDT) project provides Eclipse platform based tool support for AOSD with AspectJ.

AspectJ in Action

AspectJ in Action A great book on AspectJ for those wanting to learn.