You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gennady Ioffe <GI...@scient.com> on 2000/07/27 00:19:52 UTC

know of any open source object-relational mapping classes?

Hi everyone!

Many people that use tomcat on this list also probably need to find a good
way to simplify dealing with database access.

Can somebody who's gone through this share comments or their experience:
 -are there any good object-relational mapping classes available, open
source if possible?
 -where can i find a set of classes to generate java beans from an existing
set of relational db tables?

so far I know that: 
turbine project has a set of database connection pooling classes.
town (http://www.working-dogs.com/town/) seems like a JDBC api that does OR
mapping an connection pooling.

thanks for you comments or pointers,
gennady ioffe
gioffe@scient.com

Re: know of any open source object-relational mapping classes?

Posted by Tom Kwong <to...@goto.com>.
DbGen just became open source and I am the project admin.  See
http://dbgen.sourceforge.net/

Tom

Gennady Ioffe wrote:

> Hi everyone!
>
> Many people that use tomcat on this list also probably need to find a good
> way to simplify dealing with database access.
>
> Can somebody who's gone through this share comments or their experience:
>  -are there any good object-relational mapping classes available, open
> source if possible?
>  -where can i find a set of classes to generate java beans from an existing
> set of relational db tables?
>
> so far I know that:
> turbine project has a set of database connection pooling classes.
> town (http://www.working-dogs.com/town/) seems like a JDBC api that does OR
> mapping an connection pooling.
>
> thanks for you comments or pointers,
> gennady ioffe
> gioffe@scient.com


RE: know of any open source object-relational mapping classes?

Posted by Joe Shevland <sh...@kpi.com.au>.
Also the Exolabs (sorry can't find the URL) guys (or Assaf Arkin from memory) has developed the Castor library which performs O->R mapping, though haven't used it myself. You can possibly also look at the JAWS code in http://www.jboss.org though the O-R used in this is specific to EJB.

Regards,
Joe

>-----Original Message-----
>From: Michael Grafton [mailto:mgrafton@live365.com]
>Sent: Thursday, 27 July 2000 12:46 PM
>To: tomcat-user@jakarta.apache.org
>Subject: RE: know of any open source object-relational mapping classes?
>
>
>I haven't used it and can't really recommend it, but the Enhydra 
>project has
>a tool to do this called DODS:
>
>http://www.enhydra.org/software/documentation/enhydra/DODS.html
>
>good luck.
>
>mag.
>
>> -----Original Message-----
>> From: Gennady Ioffe [mailto:GIoffe@scient.com]
>> Sent: Wednesday, July 26, 2000 3:20 PM
>> To: tomcat-user@jakarta.apache.org
>> Subject: know of any open source object-relational mapping classes?
>>
>>
>> Hi everyone!
>>
>> Many people that use tomcat on this list also probably need to 
>find a good
>> way to simplify dealing with database access.
>>
>> Can somebody who's gone through this share comments or their experience:
>>  -are there any good object-relational mapping classes available, open
>> source if possible?
>>  -where can i find a set of classes to generate java beans from
>> an existing
>> set of relational db tables?
>>
>> so far I know that:
>> turbine project has a set of database connection pooling classes.
>> town (http://www.working-dogs.com/town/) seems like a JDBC api
>> that does OR
>> mapping an connection pooling.
>>
>> thanks for you comments or pointers,
>> gennady ioffe
>> gioffe@scient.com
>>
>
>


RE: know of any open source object-relational mapping classes?

Posted by Michael Grafton <mg...@live365.com>.
I haven't used it and can't really recommend it, but the Enhydra project has
a tool to do this called DODS:

http://www.enhydra.org/software/documentation/enhydra/DODS.html

good luck.

mag.

> -----Original Message-----
> From: Gennady Ioffe [mailto:GIoffe@scient.com]
> Sent: Wednesday, July 26, 2000 3:20 PM
> To: tomcat-user@jakarta.apache.org
> Subject: know of any open source object-relational mapping classes?
>
>
> Hi everyone!
>
> Many people that use tomcat on this list also probably need to find a good
> way to simplify dealing with database access.
>
> Can somebody who's gone through this share comments or their experience:
>  -are there any good object-relational mapping classes available, open
> source if possible?
>  -where can i find a set of classes to generate java beans from
> an existing
> set of relational db tables?
>
> so far I know that:
> turbine project has a set of database connection pooling classes.
> town (http://www.working-dogs.com/town/) seems like a JDBC api
> that does OR
> mapping an connection pooling.
>
> thanks for you comments or pointers,
> gennady ioffe
> gioffe@scient.com
>