Data binding from XML to Java applications: Part 1
Date: Jul. 1, 2000
Link: http://www-4.ibm.com/software/developer/library/data-binding1/
Source Author or Organization: Brett McLaughlin, Lutris Technologies, IBM developerWorks
There are three three methods of accessing XML data from Java,
including via the
Document Object Model (DOM) or Simple API for XML (SAX) Application
Programming
Interfaces (APIs). This tutorial is the first of three installments on
using the
newest way to access XML data with Java code, data binding, which
relies on a
new Java methodology and related API still in development (Java
Specification
Request 031).