Persistence

This directory contains the examples from the Persistence chapter, and covers both Java Object Serialization and JDBC. The JDBC examples are currently coded to make use of the InstantDB database that ships with the book, but nothing prevents you (aside from having to create the schema and the data, of course) from using your own local RDBMS implementation and JDBC driver--the code should port with no problems. (If you do run into a problem, please email me.)

The following code from the chapter is part of the javageeks.com library:

Which leaves the following code to be found in this directory: