Title: Castor XML and JDO from XML schema in one go.
Giuseppe,
 
not really. Aaik, Castor is the only (?) data binding tool that offers support for relation databases as well as XML. Having said that, I think you should still be able to generate the classes from the XML Schema instance and use them for XML un-/marshalling. It's only for persisting these classes in a RDBMS that you'll need a mapping file.
 
Werner
-----Ursprüngliche Nachricht-----
Von: Giuseppe Sarno [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 30. August 2005 18:57
An: [email protected]
Betreff: RE: [castor-user] Castor XML and JDO from XML schema in one go.

Thanks for your reply,

Do you know of any tool or package that can do this automatically?

 

Giuseppe.

 

-----Original Message-----
From: Werner Guttmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 4:17 PM
To: [email protected]
Subject: AW: [castor-user] Castor XML and JDO from XML schema in one go.

 

Giuseppe,

 

for the persistence part of your storry, you'll have to provide a mapping file to Castor JDO. Castor JDO cannot do without one.

 

Werner

-----Ursprüngliche Nachricht-----
Von: Giuseppe Sarno [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 30. August 2005 16:56
An: [email protected]
Betreff: [castor-user] Castor XML and JDO from XML schema in one go.

Hi,
I was looking for a solution which would allow me to
handle XML documents convert them in Java Object (standard like JAXB) so that I can programmatically manipulate the data and then

store the data on a DB.

I would like only to have to build the XML schema and not to worry about the XML mapping and SQL mapping.

Is this possible ?

Giuseppe.

Reply via email to