Results 1 to 2 of 2

Thread: Announcement : Tutorial for using Spring with JPOX JDO

  1. #1

    Default Announcement : Tutorial for using Spring with JPOX JDO

    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.
    -Andy
    DataNucleus - Standardised persistence, multiple datastores

  2. #2

    Default

    I've now updated the tutorial to use JDO 2 inheritance strategy "no-table" so that the original Petclinic base classes can now be used. In addition it now uses JDO 2 "SingleFieldIdentity" meaning that no primary key classes are needed. As a result the source code is pretty much Petclinic, and so JDO can be used interchangeably with IBatis, JDBC, Hibernate.
    -Andy
    DataNucleus - Standardised persistence, multiple datastores

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Announcement: Pro Spring Released
    By robh in forum Announcements
    Replies: 6
    Last Post: Oct 4th, 2009, 07:07 AM
  3. Announcement: Spring IDE WebFlow Support Preview Release 1
    By Christian Dupuis in forum Announcements
    Replies: 0
    Last Post: May 20th, 2005, 08:15 PM
  4. JPOX, HSQLDB and Spring
    By mraible in forum Data
    Replies: 2
    Last Post: Mar 1st, 2005, 08:44 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •