Page 1 of 1

SQL DB to XML tree structured mapping tool - Java servlet

Posted: Fri Feb 04, 2005 5:36 pm
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

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

Posted: Mon May 09, 2005 3:58 pm
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