SQL DB to XML tree structured mapping tool - Java servlet

Questions about XML that are not covered by the other forums should go here.
tatra603
Posts: 76
Joined: Fri Sep 17, 2004 10:53 am
Location: Prague, the Czech Republic, Europe

SQL DB to XML tree structured mapping tool - Java servlet

Post by tatra603 »

Does anybody know any Java servlet, which can perform mapping from SQL RDBMS to tree structured XML? Free of charge, please. OpenSource prefered. ;-) I have found only tools with flat output. I am running Apache Tomcat 5.5.x on Sun Java2 5.0.x.

Thank You. Stepan
tatra603
Posts: 76
Joined: Fri Sep 17, 2004 10:53 am
Location: Prague, the Czech Republic, Europe

Re: SQL DB to XML tree mapping tool - yet on SourceForge.net

Post by tatra603 »

Well, because I did not find such a tool for months and now I need it, I wrote it. It names "dbsql2xml" and lives on SourceForge.net.

"dbsql2xml" is Java tool (class) for transformation (export, convert) relational database into hierarchical XML. It requires JRE 5.0, JDBC and SQL DBMS. "dbsql2xml" uses XML document for mapping database tables and columns into elements of tree XML.

"dbsql2xml" distribution contains ready-to-use examples as command-line tool, servlet and class component. For more information see project page "https://sourceforge.net/projects/dbsql2xml/", homepage "http://dbsql2xml.sourceforge.net/" and screenshots "https://sourceforge.net/project/screens ... _id=137591". Any questions or comments, please, post on "dbsql2xml" forum.

Stepan
Post Reply