Skip to main content

Introducing Spring Persistence

  • Chapter
Spring Persistence
  • 363 Accesses

Abstract

Long-term persistence of information is the key component of most enterprise systems. The Spring Framework’s ability to seamlessly integrate with myriad persistence frameworks has helped to make it one of the most popular frameworks for building robust, scalable applications. At the simplest level, Spring is a lightweight Inversion of Control (IoC) container, meaning Spring will take over the responsibility of wiring together your application dependencies; the manner in which this wiring responsibility is handled is most important. However, the theme you will see played out in this book is the way that Spring effortlessly ties components together in a loosely coupled manner. This goal has far-reaching effects for any application, as it allows code to be more easily refactored and maintained. And in the context of this book, it allows developers to build a persistence tier that is not directly tied to a particular implementation or framework. Not only does this agnostic persistence tier lead to better, cleaner code, it also ensures consistency across your application. Suddenly, your code is supported by a cohesive backbone, as well as having a centralized configuration that implicitly documents the way your application’s pieces fit together.

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

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 29.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Paul Tepper Fisher and Solomon Duskis

About this chapter

Cite this chapter

(2009). Introducing Spring Persistence. In: Spring Persistence. Apress. https://doi.org/10.1007/978-1-4302-1878-4_1

Download citation

Publish with us

Policies and ethics