Java and XML data binding

  • Authors:
  • Brett McLaughlin

  • Affiliations:
  • -

  • Venue:
  • Java and XML data binding
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Java and XML Data Binding shows you how to put the new XML data binding APIs to work. XML is an excellent tool for representing data. Ultimately, though, its not enough to represent data; we also need to work with it, and working directly with XML documents is awkward. You have to navigate through the document, working with XML constructs such as elements and attributes. Programming at this level is awkward and alien to many software developers.