XML data binding: Difference between revisions

Content deleted Content added
m moved XML Data Binding to XML data binding: Use proper capitalization.
Added XML - Java binding frameworks and performance links
Line 9:
==O/RM frameworks and tools==
===Java===
*[[JAXB|Java Architecture for XML Binding (JAXB)]] and some of its implementations [[JaxMe]] and [[XMLBeans]]
*[http://hydrate.sourceforge.net/ Hydrate], open source, relational/object/XML mapping tool
*[[Castor (software)|Castor]] [http://wwwhydrate.castorsourceforge.orgnet/license.html Hydrate], open source (GNU LGPL), relational/object/XML/relational mapping tool
*[[Castor (software)|Castor]] [http://www.castor.org/license.html], open source (original BSD), object/XML/relational mapping tool
*[[JiBX]] [http://jibx.sourceforge.net], open source (modified BSD), a high performance Java/XML binding framework
 
===JavaScript===
Line 24 ⟶ 26:
*[http://www.rpbourret.com/xml/XMLDataBinding.htm XML Data Binding Resources], by Ronald Bourret
*[http://www.xml.com/pub/a/2002/07/24/databinding.html?page=1 XML Data-Binding: Comparing Castor to .NET], by Niel Bornstein
*[https://bindmark.dev.java.net Bindmark project] compares the time and memory performance of XML-Java binding solutions.
*[http://www-128.ibm.com/developerworks/library/x-databdopt/ XML and Java technologies: Data binding, Part 2: Performance], by Dennis Sosnoski, 01 Jan 2003
 
[[Category:XML]]