David Warnock wrote:
> 
> There are a large number of commercial products available to map java
> objects into relatonal databases (I use one called VBSF for some
> commercial products).
> 
> But are there any Open Source tools to do this? I am interested in
> contributing to such a project as I need it for several open source
> projects I have planned.
> 
> Thanks
> 
> Dave

I have a project called TableGen which goes the other way.
It uses database meta data to produce a set of java
classes representing each of the tables. It automatically
provides set/get methods, insert, delete and update
queries. Also the generated code has support for
connection pooling and is thread safe.
See http://freespace.virgin.net/joe.carter

I am also working with the WIDD author on a new
release of his dbadmin/sql tool.
We'd welcome extra authors.
http://maxibus.info.unicaen.fr/~prochazka/

All software is GPL'd.

Joe

-- 
Joe Carter      Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]

Reply via email to