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
SQL DB to XML tree structured mapping tool - Java servlet
Re: SQL DB to XML tree mapping tool - yet on SourceForge.net
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
"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