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, it's 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
Java and XML Data Binding
โ Scribed by Brett McLaughlin
- Book ID
- 127436023
- Publisher
- O'Reilly Media
- Year
- 2002
- Tongue
- English
- Weight
- 2 MB
- Edition
- 1
- Category
- Library
- ISBN
- 0596002785
No coin nor oath required. For personal study only.
โฆ Synopsis
This new title provides an in-depth technical look at XML Data Binding. The book offers complete documentation of all features in both the Sun Microsystems JAXB API and popular open source alternative implementations (Enhydra Zeus, Exolabs Castor and Quick). It also gets into significant detail about when data binding is appropriate to use, and provides numerous practical examples of using data binding in applications.
โฆ Subjects
Java
๐ SIMILAR VOLUMES
Geared toward experienced developers, this reference demonstrates how Java 2 Platform, Enterprise Edition (J2EE), and XML technologies can be used together to create more robust distributed applications and software systems. The use of XML technology to extend and enhance the capabilities of the J2E
The past few years have seen a dramatic increase in the popularity and adoption of XML, the eXtensible Markup Language. This explosive growth is driven by its ability to provide a standardized, extensible means of including semantic information within documents describing semi-structured data. This