File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes David and Craig - Why a JDO Specification Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "David and Craig - Why a JDO Specification" Watch "David and Craig - Why a JDO Specification" New topic
Author

David and Craig - Why a JDO Specification

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

I was wondering why there is a JDO Specification in the first place? And how can we be sure that the JDO Specification is truly the best approach for Data Objects?
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
It's not Gregg, we just haven't figured out a better one to standardize on


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
David Jordan
Author
Ranch Hand

Joined: Jun 14, 2003
Posts: 66
Are we sure that JDBC or EJB are the best interfaces for relational access or distributed object manipulation?
JDO was standardized in the Java Community Process from 1999 - 2002. It had input from many people that have been doing object persistence for a number of years.
Fabrizio Gianneschi
Ranch Hand

Joined: Nov 29, 2001
Posts: 70
Could you tell us why JDO seems to be a little "obfuscated" in Sun's plans?
Is this situation caused by the presence of EJBs?


Fabrizio Gianneschi<br />SCPJ2, SCWCD, SCBCD
David Jordan
Author
Ranch Hand

Joined: Jun 14, 2003
Posts: 66
Suffice it to say that the EJB folks in Sun have the political advantage in Sun at this point. But from what I hear, interest in JDO is growing inside Sun, just as it is growing outside Sun.
Craig Russell should be visiting this site this week and maybe he can address Sun's plans relative to a JDO implementation besides the reference implementation, which works on files and not JDBC sources.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: David and Craig - Why a JDO Specification
 
Similar Threads
Do you think JPA will achieve what JDO could not?
What is JDO?
Hibernate or JDO Which is Best One
JDO's status
JDO Caching?