Spring AOP – Concepts and XML Configuration
Concept Overview There are certain activities like logging, security, caching, transaction management etc. that are applicable to multiple objects in a software system. Such activities are called cross-cutting concerns . Typically, although these cross-cutting concerns are conceptually separate from the application�s business logic, the code that handle the cross-cutting concerns is often intermixed with that … Read more