XML data binding: Difference between revisions

Content deleted Content added
No edit summary
links
Line 9:
==O/RM frameworks and tools==
===Java===
*Hydrate [http://hydrate.sourceforge.net/ Hydrate], open source, relational/object/XML mapping tool
*[[Castor (software)|Castor]] [http://www.castor.org/license.html], open source, object/XML/relational mapping tool
 
===JavaScript===
Line 16:
 
===.Net===
*Integrated into the language via the .Net attributes: <code>System.Xml.Serialization.XmlRootAttribute</code> and <code>System.Xml.Serialization.XmlElementAttribute</code>
 
===C++===