CHAPTER 2

image

Spring Core Tasks

In this chapter, you’ll learn about the core tasks associated with Spring. At the heart of the Spring framework is the Spring Inversion of Control (IoC) container. The IoC container is used to manage and configure POJOs or Plain Old Java Objects.1 Because one of the primary appeals of the Spring framework is to build Java applications with POJOs, many of Spring’s core tasks involve managing and configuring POJOs in the IoC container.

So whether you plan to use the Spring framework for web applications, enterprise integration, or some other type of project, working with POJOs and the IoC container is one of the first steps ...

Get Spring Recipes: A Problem-Solution Approach, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.