Thanks Thomas , one more thing ... would this mean I would need class.jdo similar to Product.jdo in tutorial 5 or package.jdo to enchance the class and also have repository.xml .
-----Original Message----- From: Thomas Mahler [mailto:[EMAIL PROTECTED] Sent: June 24, 2003 4:01 PM To: OJB Users List Subject: Re: JDO Hi Serge, please have a look at our JDO tutorial: http://db.apache.org/ojb/tutorial4.html it will get you started quickly. There is also a little tutorial application shipped with our distribution that shows how to use OJB JDO for basic CRUD operations. Currently .jdo files are only needed to run the bytecode-enhancer. OJB itself does not use .jdo files yet. Thus we don't have any vendor extensions. The mapping is contained in a file repository.xml. see http://db.apache.org/ojb/tutorial1.html for a short introduction. cheers, Thomas Boulay, Serge wrote: > this is great , where could I find information on the vendor extensions that ojb uses > for persisting objects to databases .. ie table,column extensions > > Thanks Again > Serge > > -----Original Message----- > From: Brian McCallister [mailto:[EMAIL PROTECTED] > Sent: June 24, 2003 3:16 PM > To: OJB Users List > Subject: Re: JDO > > > The jdori by itself can only persist objects to files. OJB can be > configured as a plugin to the jdori allowing the jdori to use OJB for > persistence instead of the filesystem. > > -Brian > > > On Tuesday, June 24, 2003, at 02:59 PM, Boulay, Serge wrote: > > >>Could somebody please clarify if I can use the ojb jdo plugin to >>persist objects to an oracle database . I was under the impression > that >>the jdori reference implementation only could persist objects to files >>. If so where could I find the ojb vendor extensions for doing so. >> >>Thanks >>Serge > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
