Programming "Glue Layer" between the database and XML
Ronald Bourret
rbourret at ito.tu-darmstadt.de
Tue Aug 17 09:42:36 BST 1999
Jim Garrett wrote:
> So is anyone working on or has worked on the
> glue programming glue that lets one suck data
> from the SQL database into the XML doc ??
> Or is this list just concerned with just starting from
> the XML document up to the web user ??
I've written a set of Java packages, called XML-DBMS, for transferring data
between XML documents and relational databases. XML-DBMS views the XML
document as a tree of objects (element types are usually classes, and
PCDATA and attributes are properties of those classes) and map these to the
database with an object-relational mapping. Included in XML-DBMS is an
XML-based mapping language used to define the object view and map it to the
database. XML-DBMS is free for all uses and comes with source code. For
more info and download, see:
http://www.informatik.tu-darmstadt.de/DVS1/staff/bourret/xmldbms/xmldbms
.htm
-- Ron Bourret
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list