Data binding, Part 1: Code generation approaches -- JAXB and more (IBM developerWorks)
[Posted January 15, 2003 by cook]
Dennis M. Sosnoski
writes about data binding with XML and Java.
"
Data binding provides a simple and direct way to use XML in your Java Platform applications. With data binding your application can largely ignore the actual structure of XML documents, instead working directly with the data content of those documents. This isn't suitable for all applications, but it is ideal for the common case of applications that use XML for data exchange."
(
Log in to post comments)