Spring provides support for various forms of data persistence. Java Data Objects (JDO) is approaching an important milestone with the JDO 2.0 specification currently under review, adding numerous features that will make the use of JDO much simpler.
A tutorial for using Spring with the popular Open-Source JDO implementation Java Persistent Objects JDO (JPOX) has been written, using various JDO 2 features (namely attach/detach and fetch-groups). The Tutorial provides guidance on the design of the data-access layer using JDO and Spring, and also provides an updated version of the Spring sample "Petclinic" using JPOX.


