Book description
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 with 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, and global language (Unicode) support, and both are based on industry standards. Together Java and XML allow enterprises to simplify and lower costs of information sharing and data exchange. Java and XML shows 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
This 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.
Publisher resources
Table of contents
-
Java and XML
- Preface
- 1. Introduction
- 2. Creating XML
- 3. Parsing XML
- 4. Constraining XML
- 5. Validating XML
- 6. Transforming XML
- 7. Traversing XML
- 8. JDOM
- 9. Web Publishing Frameworks
- 10. XML-RPC
- 11. XML for Configurations
- 12. Creating XML with Java
- 13. Business-to-Business
- 14. XML Schema
- A. API Reference
- B. SAX 2.0 Features and Properties
- Index
- Colophon
Product information
- Title: Java and XML
- Author(s):
- Release date: June 2000
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596000165
You might also like
book
JavaScript: The Good Parts
Most programming languages contain good and bad parts, but JavaScript has more than its share of …
book
Unit Testing Principles, Practices, and Patterns
Unit Testing Principles, Patterns and Practices teaches you to design and write tests that target the …
book
Good Code, Bad Code
Good Code, Bad Code is a clear, practical introduction to writing code that’s a snap to …
book
Effective Java, 3rd Edition
Since this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed …