Implement Logging as an Aspect Using Spring's AOP Framework: "Implement Logging as an Aspect Using Spring's AOP Framework
Aspect-oriented programming (AOP) enables you to write code for a crosscutting functionality and then apply it declaratively to existing code. Logging is a prime candidate for implementation as an aspect, and Spring offers the AOP framework to get it done.
by Gopal Sharma
March 6, 2006"
No comments:
Post a Comment