In this tutorial, we’ll introduce AOP (Aspect Oriented Programming) with Spring and start understanding how we can start using this powerful tool in practical scenarios.
It's also possible to leverage AspectJ's annotations when developing using Spring AOP but in this article, we're focusing on the core Spring AOP XML-based configuration.