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 & XML
โ Scribed by Brett McLaughlin
- Book ID
- 127436134
- Publisher
- O'Reilly
- Year
- 2001
- Tongue
- English
- Weight
- 5 MB
- Edition
- 2nd ed
- Category
- Library
- City
- Sebastopol, CA :, Cambridge
- ISBN
- 0596001975
No coin nor oath required. For personal study only.
โฆ Synopsis
XML has been the biggest buzzword on the Internet community for the past year. But how do you cut through all the hype and actually put it to work? Java revolutionized the programming world by providing a platform-independent programming language. XML takes the revolution a step further by providing a platform-independent language for interchanging data. Java and XML share many features that are ideal for building Web-based enterprise applications, such as platform-independence, extensibility, reusability, global language (Unicode) support, and both are based on industry standards. Together Java and XML allow enterprises to simplify and lower cost of information sharing and data exchange. Java and XML shows you how to put the two together, building real-world applications in which both the code and the data are truly portable.This book covers: * The basics of XML * Using standard Java APIs to parse XML * Designing new document types using DTDs and Schemas * Writing programs that generate XML data * Transforming XML into different forms using XSL transformations (XSL/T) * XML-RPC * Using a web publishing framework like Apache-Cocoon * XML as a configuration languageThis is the first book to cover the most recent versions of the DOM specification (DOM 2), the SAX API (SAX 2) and Sun's Java API for XML.
โฆ Subjects
Java
๐ SIMILAR VOLUMES
Our first tutorial, "Introduction to XML," discussed the basics of XML and demonstrated its potential to revolutionize the Web. This tutorial shows you how to use an XML parser and other tools to create, process, and manipulate XML documents. Best of all, every tool discussed here is freely availabl
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 abou
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
JAX: Java APIs for XML Kick Start covers the JAX APIs - fundamental for development of Java-based Web service applications as well as other e-Commerce applications requiring the exchange and manipulation of data. The book includes an overview of Web service fundamentals including SOAP, UDDI, and WSD