Module SummaryLet's now examine the functionality that Spring offers in more detail. It is divided into a number of separate modules.There are two main categories of functionality in Spring:An IoC container and AOP framework, which handle configuration and application of services to objects.A se Read More