Java and XML Data Binding. (Books).Data binding starts with the assumption that your priority is business-driven, not XML-driven. Instead of elements and attributes, you want to work with people, names, addresses, and phone numbers. In short, it converts XML XMLin full Extensible Markup Language. Markup language developed to be a simplified and more structural version of SGML. It incorporates features of HTML (e.g., hypertext linking), but is designed to overcome some of HTML's limitations. documents into Java objects, so those documents can be worked on and manipulated like any other Java object, then converts them back to XML. MeLaughlin's new book covers data binding from front to back, sharing the ins and outs ins and outs pl.n. 1. The intricate details of a situation, decision, or process. 2. The windings of a road or path. of what may turn out to be the API that makes XML accessible to even the newest programmers. "Java and XML Data Binding XML data binding refers to the process of representing the information in an XML document as an object in computer memory. This allows applications to access the data in the XML from the object rather than using the DOM to retrieve the data from a direct representation of the XML " explains what data binding is, and then covers all the popular data binding toolkits: Sun's JAXB JAXB Java Architecture for XML Binding API, and three open source alternatives, Zeus, Castor, and Quick. Along the way, the book offers practical information on how to use data binding effectively, what pitfalls to avoid, where to bend the rules, and how to make the various packages do what you want them to do. |
|
||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion