Results 1 to 7 of 7

Thread: JDO in Spring Documentation

  1. #1
    Join Date
    Aug 2004
    Location
    Hong Kong
    Posts
    18

    Default JDO in Spring Documentation

    I checked against the Spring Reference Documentation V1.1 and found that the JDO section is empty. But I am going to use JDO inside Spring for my coming project, is there any other documentation on it or if spring team has any plan or idea on writing that?

    That'll be great if anyone of you can provide me some guidelines on using JDO in Spring.

    Thanks a lot for your help! :oops:
    Beginner of Spring!

  2. #2
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default

    Nobody's had the time resources to write anything yet for JDO. It may still happen for 1.1 final.

    Contributions gratefully accepted :-)

    Regards,
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

  3. #3

    Default Re: JDO in Spring Documentation

    Quote Originally Posted by dowchen
    I checked against the Spring Reference Documentation V1.1 and found that the JDO section is empty. But I am going to use JDO inside Spring for my coming project, is there any other documentation on it or if spring team has any plan or idea on writing that?
    I work on the JPOX JDO implementation and will be writing a tutorial of JPOX with Spring in the very near future. I've added a placeholder on the JPOX site for where it will appear when I get the time. If you just wanted an example, Kodo provides a downloadable example but with little description iirc.
    -Andy
    DataNucleus - Standardised persistence, multiple datastores

  4. #4
    Join Date
    Aug 2004
    Location
    Hong Kong
    Posts
    18

    Default Re: JDO in Spring Documentation

    Quote Originally Posted by andy
    I work on the JPOX JDO implementation and will be writing a tutorial of JPOX with Spring in the very near future. I've added a placeholder on the JPOX site for where it will appear when I get the time. If you just wanted an example, Kodo provides a downloadable example but with little description iirc.
    Very thanks for the help. That'll be great if you could provide more code examples to me if any.
    Beginner of Spring!

  5. #5

    Default Re: JDO in Spring Documentation

    Quote Originally Posted by dowchen
    That'll be great if you could provide more code examples to me if any.
    There is now an example (a version of the Spring sample "petclinic") and tutorial for using Spring with JPOX JDO. You can get the code for the example from the tutorial page. It uses some forthcoming JDO 2.0 features. Hope its of use.
    -Andy
    DataNucleus - Standardised persistence, multiple datastores

  6. #6
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    Andy,

    I just browsed through your new tutorial - good stuff! I didn't know about the problem with flattening a class hierarchy yet: When will this be available in JPOX?

    Juergen

  7. #7

    Default

    Quote Originally Posted by Juergen Hoeller
    I didn't know about the problem with flattening a class hierarchy yet: When will this be available in JPOX?
    Juergen,
    I'd estimate within the next month or so. It's an issue thats becoming higher priority now we've got the main JDO 2 features in.
    -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. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Spring Web Flow : Documentation
    By sarin_ashes in forum Web Flow
    Replies: 3
    Last Post: Aug 29th, 2005, 08:52 AM
  4. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 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
  •