XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
XML.com -> Buyer's Guide -> Application Generator -> Dynamic XML

Dynamic XML

Version: 1.1
Company: ObjectSpace

Overview

Dynamic XML allows you to read and write XML documents in the same fashion you use regular Java objects. Instead of working with nodes and fields, you work with Java interfaces, classes and objects.

Since accessing XML documents programmatically is difficult, because applications which use the DOM API must navigate through a document in terms of a tree of nodes. While this is a well-known data structure, there are problems with this access method: the code does not clearly show which fields are being accessed; the program must manually track nesting levels; there is no type safety for fields; changes in the DTD can require significant code changes; and operations that modify the document are complex to write and debug. Dynamic XML solves these problems.

More Information: http://www.objectspace.com/products/prodDXML.asp::Product Info
Email:

This information has been provided by the vendor and has not been evaluated by O'Reilly's editorial staff.