Prague College Library: Java and XML (Java Series)
 
Title:      Java and XML (Java Series)
Categories:      Computing
BookID:      CO-HND-00107
Authors:      Brett McLaughlin
ISBN-10(13):      9780596000165
Publisher:      O'Reilly Media
Edition:      1
Number of pages:      495
Language:      English
Rating:      0 
Picture:      cover
Description:      Amazon Review
Two hot topics come together in this developer's guide. Both Java and XML are cross-platform technologies, so by using Java for code and XML for transporting data, you can build truly portable applications. This title is aimed at intermediate to advanced programmers, and while XML topics are explained more or less from scratch, readers will need prior knowledge of Java.

The book begins with an overview of XML and its uses, and goes on to explain how to parse XML using SAX 2 (the Simple API for XML). Next there is coverage of how XML is validated using DTDs (Document Type Definitions) and XML Schema, and transformed using XSL (Extensible Stylesheet Language). Brief coverage of Sun's Java API for XML is followed by a detailed look at JDOM (Java Document Object Model), a new API devised by the author in association with O'Reilly, the publisher.

The last part of the book is more advanced, and covers applications of XML and Java. There are chapters on Web-publishing frameworks, XML RPC (Remote Procedure Calls), using XML to read and write configuration data and generating XML with Java. There is also a short business-to-business example. Appendices provide an API reference to the various specifications discussed in the book.

The strengths of Java and XML include the author's deep knowledge of his subject and a writing style that is both clear and enthusiastic. If you happen to know a lot about Java and not much about XML, this is the ideal title. Those who already have a good grasp of XML basics may be frustrated by the amount of introductory material. --Tim Anderson