XML <=> Database

Alan Kennedy alanmk at hotmail.com
Wed Jul 16 09:25:31 EDT 2003


vivek at cs.unipune.ernet.in wrote:

> Is there any module available which does the same work as the XML
> Integrator in Java. 

I don't know about XML Integrator.

However, I do know that there are a million and one ways to address
the problem of mapping XML (i.e. hierarchical object) structures to
RDBMS (i.e. table) structures.

There's a chap called Ron Bourret who has been working hard in this
area since the early days of XML. He also wrote and maintains an open
source Java product called "XML-DBMS" which allows one to explicitly
specify a mapping from XML to RDBMS and vice versa. You can find out
more information here

http://www.rpbourret.com/

Ron also maintains an *extremely* comprehensive page on the different
ways to tackle the problem, and the list of products that employ the
various approaches. You can read that page here

http://www.rpbourret.com/xml/XMLDatabaseProds.htm

Note that there are three products listed on that page using the name
"Integrator", any one of which, or none of which, might be the "XML
Integrator" you inquired about.

HTH,

-- 
alan kennedy
-----------------------------------------------------
check http headers here: http://xhaus.com/headers
email alan:              http://xhaus.com/mailto/alan




More information about the Python-list mailing list