Aspect Oriented Programming (AOP) using Spring AOP and AspectJ
A1 pragmatic introduction to aspect oriented programming using the most popular tools on the Java platform: Spring AOP and AspectJ. It focuses on solving typical problems in Java application using AOP. Also AOP helps to make the architecture part of your application.
What you'll learn
Aspect Oriented Programming is a powerful tool. Almost every Spring application uses it to support features like security or transactions - but it is often not used to its full power. This course shows all the aspects that come with Spring out of the box - for example tracing or performance logging - how you can create your own aspects to support e.g. auditing or exception handling and simplify your application in the process. And you even learn how you can use AOP to define your architecture!