|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Storing XML documents in an OODB
I don't have any direct experience with Object Store, but for what it's worth I do have a fair amount of background using Versant's OODB with Java. With Versant, non-serialized persistent objects must extend other persistent objects, so you might have some difficulty trying to use third party objects. Versant provides a post-processor that takes .class files and modifies them to be persistent and you might be able to use that on a third party class library, but some functionality may require vendor- or OMG-specific collection classes or an intimacy with you XML implementation classes themselves (for example, do you want to search on these objects?). And then there's the pesky details --- if an internal function in a closed implementation dereferences a now-persistent object expecting it to be garbage collected by Java, now the dereferenced object will hang around the database taking up space. Anyway, I would recommend finding an open-source implementation that you can tweak to work with Object Store, waiting for Object Store or a third party to release a DOM implementation or whatever, or find someone otherwise willing to share their source for you to tweak. I probably fall into that last category, but my code isn't quite ready for prime time yet. :) Paul Butkiewicz arabbit@e... -----Original Message----- From: owner-xml-dev@i... [mailto:owner-xml-dev@i...]On Behalf Of anette.engel@c... Sent: Friday, November 06, 1998 10:33 AM To: xml-dev@i... Subject: Storing XML documents in an OODB I want to write a Java- application which stores and retrieves XML documents in/from an object-oriented Database (Object-Store). I already had a closer look to Sun's package and to documentation provided by ObjectStore. Nevertheless I am not yet sure how to store/retrieve XML documents in the OODB. Do I have to wrrite my own document class or can I take advantage of existing implemtations? Does anyone know of some interesting web-sites which cover similar problems? Regards Anette Engel xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...) xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








