[jdom-interest] JDOM and JDO
Andres March
Andres at ehealthcontracts.com
Thu Jun 20 09:04:12 PDT 2002
You can use JDO for this purpose and there are plenty of docs from SUN that can tell you how. The basic idea would be to use some Java object that represents the XML, i.e JDOM, etc..., then use JDO to write this object to the database. You can check out: http://www.jdocentral.com/ for more info.
But I would suggest you reconsider using a relational database, if you can. If you don't have to use one, there many more effective options for persisting XML, including XML DBs and Obj DBs.
Hope this helps,
Andres.
-----Original Message-----
From: Mani Doraisamy [mailto:MDoraisamy at SELECTICA.com]
Sent: Wednesday, June 19, 2002 9:55 PM
To: jdom-interest at jdom.org
Subject: [jdom-interest] JDOM and JDO
Hello all,
I need to persist the hierarchical xml structure into relational structure.
Can I use JDO for persistence ? A tutorial or brief note on this would help.
thanks in advance,
mani
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20020620/bdb383ea/attachment.htm
More information about the jdom-interest
mailing list