An aspect really is a way of modularizing the code that will apply a crosscutting concern… [With] the Spring Framework, the transaction management and security are delivered by an aspect approach, so ...
In Part 1 of this three-part series on aspect-oriented programming (AOP), I introduced AOP concepts and briefly gave AOP implementation examples. Continuing that trend in this article, I present a ...