In this chapter, we’re going to look at the beginnings of data storage outside of our application code. So far, we’ve been storing all of our data in an Enum and in our static search engines (with minor exceptions to show loading from configurations), but in the real world, relational databases are the standard data repositories. We’re going to look at data access objects – DAOs – and how to set up database connections ...
6. Adding Simple Persistence to Your Spring Application
Get Introducing Spring Framework 6: Learning and Building Java-based Applications With Spring 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.