I have existing (DB) table schemas, existing Java Bean classes. What I
want to do is read from the database, and based on a mapping file, I
want to fill my Java classes. Just to clarify: the Java classes where
not created by Castor's source generator.
Can I use Castor JDO for this? I've been looking at some articles and
it seems as if it is primarily used to persist to the DB from Java
classes. I want to go the other way around.
Thanks in advance!
Cart
Robert Klemme - 05 Jun 2003 08:28 GMT
dunno bout Castor but if it fails to do what you need, you can have a look
at ObJectRelationalBridge (OJB)
http://db.apache.org/ojb/
Maybe that serves you better.
robert
> I have existing (DB) table schemas, existing Java Bean classes. What I
> want to do is read from the database, and based on a mapping file, I
[quoted text clipped - 7 lines]
> Thanks in advance!
> Cart