June 2018
Intermediate to advanced
408 pages
11h 23m
English
Crosscutting concerns are applicable to all the layers of an application, including logging and security, among others. Important Spring modules related to crosscutting concerns are as follows:
| Artifact | Module Usage |
|
spring-aop |
This module is mainly used to perform the tasks which are common amongst different parts of a system like transaction management, logging, and security. To enable this we can implement method-interceptors and pointcuts. |
|
spring-aspects |
This module is used to integrate any custom object type. It is possible using AspectJ, and the main use of this module is to integrate the objects which are not in the control of the container. |
|
spring-instrument |
This module is used to measure the ... |
Read now
Unlock full access