Skip to main content

Spring Core Tasks

  • Chapter
  • First Online:
Spring Recipes
  • 1320 Accesses

Abstract

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. 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.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    The term POJO means an ordinary Java object without any specific requirements, such as to implement an interface or to extend a base class. This term is used to distinguish lightweight Java components from heavyweight components in other complex component models (e.g., EJB components prior to version 3.1 of the EJB specification).

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2014 Marten Deinum

About this chapter

Cite this chapter

Deinum, M., Long, J., Mak, G., Rubio, D. (2014). Spring Core Tasks. In: Spring Recipes. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-5909-1_2

Download citation

Publish with us

Policies and ethics