At 9:17 PM -0500 2002/07/29, Jacob Hookom wrote: >This thread is getting really OT, but I thought when the relational >elements come into play, it is no longer a DAO, but a JDO >implementation.
JDO is a specific API for DAO developed as part of the Java Community Process. JDO does not have to use a relational data store, and many object/relational data stores were developed before the JDO specification. Note that the developers of Castor use the term JDO, but last I checked, they weren't developing something compliant with the JDO specification. Scott Ambler has a white paper on issues in mapping objects to relational databases, at <http://www.ambysoft.com/mappingObjects.html> It may help put the issue into context for some. Joe -- -- * Joe Germuska { [EMAIL PROTECTED] } "It's pitiful, sometimes, if they've got it bad. Their eyes get glazed, they go white, their hands tremble.... As I watch them I often feel that a dope peddler is a gentleman compared with the man who sells records." --Sam Goody, 1956 tune in posse radio: <http://www.live365.com/stations/289268> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

