Skip to content

Java and XML Data Binding Converting XML Documents into Java Objects

Best in textbook rentals since 2012!

ISBN-10: 0596002785

ISBN-13: 9780596002787

Edition: 2002

Authors: Brett McLaughlin

List price: $34.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

More Java developers today want to work with XML, the technology that enables data to be transported intact over the Internet, but they don't have time to become XML experts. If this describes you, then you'll appreciate data binding, the new way of converting XML documents into Java objects, so those documents can be worked on and manipulated like any other Java object, then converted back to XML 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…    
Customers also bought

Book details

List price: $34.95
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 6/18/2002
Binding: Paperback
Pages: 218
Size: 7.00" wide x 9.19" long x 0.55" tall
Weight: 0.770
Language: English

Brett McLaughlin is a bestselling and award-winning non-fiction author. His books on computer programming, home theater, and analysis and design have sold in excess of 100,000 copies. He has been writing, editing, and producing technical books for nearly a decade, and is as comfortable in front of a word processor as he is behind a guitar, chasing his two sons and his daughter around the house, or laughing at reruns of Arrested Development with his wife. Brett spends most of his time these days on cognitive theory, codifying and expanding on the learning principles that shaped the Head First series into a bestselling phenomenon. He's curious about how humans best learn, why Star Wars was so…    

Preface
Introduction
Low-Level APIs
High-Level APIs
What Is Data Binding?
What You'll Need
Theory and Concepts
Foundational APIs
Dependent APIs
Constraint-Modeled Data
API Transparence
Generating Classes
Process Flow
Creating the Constraints
Binding Schema Basics
Generating Java Source Files
Unmarshalling
Process Flow
Creating the XML
Converting to Java
Using the Results
Marshalling
Process Flow
Validating Java Objects
Converting to XML
Process Loops
Binding Schemas
The Basics
Structure and Global Options
Elements and Attributes
And More...
Zeus
Process Flow
Installation and Setup
Class Generation
Unmarshalling and Marshalling
Additional Features
Castor
Process Flow
Installation and Setup
Class Generation
Unmarshalling and Marshalling
Additional Features
Quick
Process Flow
Installation and Setup
Unmarshalling and Marshalling
Additional Features
Looking Forward
JAXB
Alternate Implementations
J2EE
Tools Reference
Quick Source Files
Index