Hi,

I need something where I write a new simple XMLSchema and obtain
automatically tables and javabeans.
Then, receiving a piece of XML conforming the XMLSchema, have a unique
way to save XML data to DB, probably using the beans. (I need the beans
use the data afterwards)

I'm trying to do a thing like the following:

- having (quite simple) XML Schema definitions (that I can control)
- automatically transform them to Torque XML Database Schemas
- automatically obtain DB and JavaBeans with torque

Then having a piece of XML conforming to a previously defined XMLSchema,
create an initialize the corrisponfing JavaBean and use torque
persistence to save it in DB.

My idea is to use a unique XSL transform to obtaing XML Database schemas
automatically and then use commons-digester to do the XML to javaBean
mapping.

If you know, are there any other projects doing something similar out there?

Pietro.-


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



Reply via email to