While aspect-oriented programming (AOP) offers a powerful means of modularizing programs, and a robust, feature-rich implementation for the Java platform is available in AspectJ, AOP is not yet in the ...
The purpose of this blog entry is to show an extremely simple of example of “logging” entry into and exit from methods using the Spring Framework and AspectJ. The example is so simple that I won’t ...