PDA

View Full Version : JDO in Spring Documentation



dowchen
Aug 19th, 2004, 12:35 AM
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:

Colin Sampaleanu
Aug 19th, 2004, 10:17 AM
Nobody's had the time resources to write anything yet for JDO. It may still happen for 1.1 final.

Contributions gratefully accepted :-)

Regards,

andy
Aug 19th, 2004, 01:48 PM
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 (http://www.jpox.org/docs/1_1/tutorials/springframework.html) 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.

dowchen
Aug 19th, 2004, 10:23 PM
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 (http://www.jpox.org/docs/1_1/tutorials/springframework.html) 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.

andy
Aug 29th, 2004, 05:58 AM
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 (http://www.jpox.org/docs/1_1/tutorials/springframework.html) 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.

Juergen Hoeller
Aug 29th, 2004, 09:46 AM
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

andy
Aug 29th, 2004, 12:48 PM
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.