-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Mockito for Spring
By :
Spring Framework is modular, and its features are organized into different modules. This section talks about core Spring modules. The following are the Spring 4 modules:
The core container holds the backbone of Spring Framework. The following are the submodules in the core container:
AOP is an aspect-oriented programming implementation of Spring. It decouples the business logic from the cross-cutting infrastructure code, such as logging and security.
The instrumentation module provides class instrumentation support for the Spring application. Instrumentation exposes container resources through MBean and helps in JMX management.
The messaging module comes with key abstractions from the Spring Integration project such as Message, MessageChannel, and MessageHandler to serve as a foundation for messaging-based applications.
The following are the submodules in the data access module:
JAXB, Castor, XMLBeans, JiBX, and XstreamThe web layer consists of the web, webmvc/servlet, WebSocket, and webmvc-portlet modules:
The test module supports the unit testing and integration testing of Spring components with JUnit or TestNG.
The following figure represents the Spring 4 modules:

Change the font size
Change margin width
Change background colour