Book description
Java and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.
After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of the book focuses on using XML from your Java applications. This third edition of Java and XML covers all major Java XML processing libraries, including full coverage of the SAX, DOM, StAX, JDOM, and dom4j APIs as well as the latest version of the Java API for XML Processing (JAXP) and Java Architecture for XML Binding (JAXB). The chapters on web technology have been entirely rewritten to focus on the today's most relevant topics: syndicating content with RSS and creating Web 2.0 applications. You'll learn how to create, read, and modify RSS feeds for syndicated content and use XML to power the next generation of websites with Ajax and Adobe Flash.
Topics include:
- The basics of XML, including DTDs, namespaces, XML Schema, XPath, and Transformations
- The SAX API, including all handlers, filters, and writers
- The DOM API, including DOM Level 2, Level 3, and the DOM HTML module
- The JDOM API, including the core and a look at XPath support
- The StAX API, including StAX factories, producing documents and XMLPull
- Data Binding with JAXB, using the new JAXB 2.0 annotations
- Web syndication and podcasting with RSS
- XML on the Presentation Layer, paying attention to Ajax and Flash applications
If you are developing with Java and need to use XML, or think that you will be in the future; if you're involved in the new peer-to-peer movement, messaging, or web services; or if you're developing software for electronic commerce, Java and XML will be an indispensable companion.
Table of contents
- A Note Regarding Supplemental Files
- Preface
- 1. Introduction
- 2. Constraints
- 3. SAX
- 4. Advanced SAX
- 5. DOM
- 6. DOM Modules
- 7. JAXP
- 8. Pull Parsing With StAX
- 9. JDOM
- 10. dom4j
- 11. Data Binding with JAXB
- 12. Content Syndication with RSS
- 13. XML As Presentation
- 14. Looking Forward
-
1. SAX Features and Properties
-
Core Features
- External General Entity Processing
- External Parameter Entity Processing
- Standalone
- Parameter Entity Reporting
- Namespace Processing
- Namespace Prefix Reporting
- Absolute URI Declaration Resolution
- String Interning
- Unicode Normalization Checking
- Attributes2 Usage
- Locator2 Usage
- EntityResolver2 Usage
- Validation
- Report Namespace on xmlns Attributes
- XML 1.1 Support
- Core Properties
-
Core Features
- Index
- About the Authors
- Copyright
Product information
- Title: Java and XML, 3rd Edition
- Author(s):
- Release date: December 2006
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596101497
You might also like
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
JUnit in Action, Third Edition
JUnit in Action, Third Edition has been completely rewritten for this release. The book is full …
audiobook
The Design of Everyday Things
First, businesses discovered quality as a key competitive edge; next came science. Now, Donald A. Norman, …
book
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn’t clean, it can bring a development organization …