XML to relational and back

This article was originally published in VSJ, which is now part of Developer Fusion.
JSQLMapper is a bi-directional data mapping tool that helps eliminates the need to construct custom code in order to bring relational data into XML format. It allows for rapid linking of business applications with the creation of relational data entries into an XML format, and a map of those entries into a relational data source. JSQLMapper makes getting data from relational data stores into XML documents an automatic process and vice versa. As well as taking relational data and generating an XML document, it can also take an XML document and populate a relational database rather than simply create a single table.

JSQLMapper will support relational databases including: Oracle, Microsoft SQL Server, IBM DB2, and MySQL. JSQLMapper is a Java product and is fully J2EE compliant.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”