XML data binding: Difference between revisions

Content deleted Content added
Boseko (talk | contribs)
Moved Commercial section higher up
Line 8:
 
==O/RM frameworks and tools==
 
===Commercial===
* [http://www.liquid-technologies.com/ Liquid XML 2006], advanced Wizard driven data binding tool for generating C++, C# .Net, Java and Visual Basic 6 components from XSD, XDR and DTD Schema files.
 
===Java===
*[[JAXB|Java Architecture for XML Binding (JAXB)]], and [[JaxMe]] variation
Line 31 ⟶ 35:
* [http://tech-know-ware.com/lmx/ LMX - XML to C++ Data Binding Code Generator] Convert XML Schema to C++ code for easy interfacing to XML data.
* [http://xmlbeansxx.touk.pl/ xmlbeansxx] - a C++ library for easing the processing of XML data. It is very similar to and in fact was inspired by [http://xmlbeans.apache.org Apache XMLBeans] (by The Apache Xml Project).
 
===Commercial===
* [http://www.liquid-technologies.com/ Liquid XML 2006], advanced Wizard driven data binding tool for generating C++, C# .Net, Java and Visual Basic 6 components from XSD, XDR and DTD Schema files.
 
==External links==