© Iuliana Cosmina, Rob Harrop, Chris Schaefer, and Clarence Ho 2023
I. Cosmina et al.Pro Spring 6https://doi.org/10.1007/978-1-4842-8640-1_6

6. Spring Data Access with JDBC

Iuliana Cosmina1  , Rob Harrop2, Chris Schaefer3 and Clarence Ho4
(1)
Kirkcaldy, UK
(2)
Reddish, UK
(3)
Venice, FL, USA
(4)
Hong Kong, China
 

By now you have seen how easy it is to build a fully Spring-managed application. You have a solid understanding of bean configuration and aspect-oriented programming (AOP). However, one part of the puzzle is missing: how do you get the data that drives the application?

Besides simple throwaway command-line utilities, almost every application needs to persist data to some sort of data store. The most usual and convenient data store is a database. ...

Get Pro Spring 6: An In-Depth Guide to the Spring Framework 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.