Category: Spring AOP
-
Aspect Oriented Programming with Spring – An Introduction
1. Introduction In every application there are layers such as UI layer, controller layer, service layer, DAO layer. The number of layers depends on the design and type of application. Across these layers, there are few aspects which are common. For example, logging is such aspect which is common across layers. Every layer has a…