Buying Options
Java and XML
Safari Books Online
Add to Cart
What is this?

Product Editions

Please consider the latest edition.

  1. Java and XML, Third Edition - December 2006
  2. Java and XML, Second Edition - August 2001
  3. Java and XML - June 2000
Description
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 shows how to put the two together, building real-world applications in which both the code and the data are truly portable.
Full Description
Table of Contents
  1. Chapter 1 Introduction

    1. What Is It?

    2. How Do I Use It?

    3. Why Should I Use It?

    4. What's Next?

  2. Chapter 2 Creating XML

    1. An XML Document

    2. The Header

    3. The Content

    4. What's Next?

  3. Chapter 3 Parsing XML

    1. Getting Prepared

    2. SAX Readers

    3. Content Handlers

    4. Error Handlers

    5. A Better Way to Load a Parser

    6. "Gotcha!"

    7. What's Next?

  4. Chapter 4 Constraining XML

    1. Why Constrain XML Data?

    2. Document Type Definitions

    3. XML Schema

    4. What's Next?

  5. Chapter 5 Validating XML

    1. Configuring the Parser

    2. Output of XML Validation

    3. The DTDHandler Interface

    4. "Gotcha!"

    5. What's Next?

  6. Chapter 6 Transforming XML

    1. The Purpose

    2. The Components

    3. The Syntax

    4. What's Next?

  7. Chapter 7 Traversing XML

    1. Getting the Output

    2. Getting the Input

    3. The Document Object Model (DOM)

    4. "Gotcha!"

    5. What's Next?

  8. Chapter 8 JDOM

    1. Parsers and the Java API for XML Parsing

    2. JDOM: Another API?

    3. Getting a Document

    4. Using a Document

    5. Outputting a Document

    6. What's Next?

  9. Chapter 9 Web Publishing Frameworks

    1. Selecting a Framework

    2. Installation

    3. Using a Publishing Framework

    4. XSP

    5. Cocoon 2.0 and Beyond

    6. What's Next?

  10. Chapter 10 XML-RPC

    1. RPC Versus RMI

    2. Saying Hello

    3. Putting the Load on the Server

    4. The Real World

    5. What's Next?

  11. Chapter 11 XML for Configurations

    1. EJB Deployment Descriptors

    2. Creating an XML Configuration File

    3. Reading an XML Configuration File

    4. The Real World

    5. What's Next?

  12. Chapter 12 Creating XML with Java

    1. Loading the Data

    2. Modifying the Data

    3. XML from Scratch

    4. The Real World

    5. What's Next?

  13. Chapter 13 Business-to-Business

    1. The Foobar Public Library

    2. mytechbooks.com

    3. Push Versus Pull

    4. The Real World

    5. What's Next?

  14. Chapter 14 XML Schema

    1. To DTD or Not To DTD

    2. Java Parallels

    3. What's Next?

  1. Appendix A API Reference

    1. SAX 2.0

    2. DOM Level 2

    3. JAXP 1.0

    4. JDOM 1.0

  2. Appendix B SAX 2.0 Features and Properties

    1. Core Features

    2. Core Properties

  3. Colophon

View Full Table of Contents
Product Details
Title:
Java and XML
By:
Brett McLaughlin
Publisher:
O'Reilly Media
Formats:
  • Print
  • Safari Books Online
Print Release:
June 2000
Pages:
495
Print ISBN:
978-0-596-00016-5
| ISBN 10:
0-596-00016-2
Customer Reviews
  • Book cover of Java and XML