Hi agaian,

Boulay, Serge wrote:
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


Yes these files are needed by the JDORI bytecode-enhancer! without those files the enhancer won't touch your classes.

and also have repository.xml .

correct! the repository is needed for OJB mapping purposes at runtime!

cheers,
Thomas


-----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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to