Java and XML, 3rd Edition
by Brett McLaughlin; Justin Edelson
Java and XML, 2nd Edition
by Brett McLaughlin
Core Java™ Volume II–Advanced Features, Eighth Edition
by Cay S. Horstmann; Gary Cornell
HTML & XHTML: The Definitive Guide, 6th Edition
by Chuck Musciano; Bill Kennedy
XML: Visual QuickStart Guide, Second Edition
by Kevin Howard Goldberg
Designing Forms for Microsoft Office InfoPath and Forms Services 2007
by Scott Roberts; Hagen Green
Perl in a Nutshell, 2nd Edition
by Stephen Spainhour; Ellen Siever; Nathan Patwardhan
XML in a Nutshell, 3rd Edition
by Elliotte Rusty Harold; W. Scott Means
Praise for Elliotte Rusty Harold’s Processing XML with Java™
“The sophistication and language are very appropriate for Java and XML application developers. You can tell by the way the author writes that he too is a developer. He delves very deeply into the topics and has really taken things apart and investigated how they work. I especially like his coverage of ‘gotchas,’ pitfalls, and limitations of the technologies.”
—John Wegis, Web Engineer, Sun Microsystems, Inc.
“Elliotte has written an excellent book on XML that covers a lot of ground and introduces current and emerging technologies. He helps the novice programmer understand the concepts and principles of XML and related technologies, while covering the material at a level that’s deep enough for the advanced developer. With a broad coverage of XML technologies, lots of little hints, and information I haven’t seen in any other book on the topic, this work has become a valuable addition to my technical library.”
—Robert W. Husted, Member, Technical Staff, Requisite Technology, Inc.
“The code examples are well structured and easy to follow. They provide real value for someone writing industrial-strength Java and XML applications. The time saved will repay the cost of this book a hundred times over.
“The book also contains more of the pearls of wisdom we’ve come to expect from Elliotte Rusty Harold—the kind of pointers that will save developers weeks, if not months, of time.”
—Ron Weber, Independent Software Consultant
Written for Java programmers who want to integrate XML into their systems, this practical, comprehensive guide and reference shows how to process XML documents with the Java programming language. It leads experienced Java developers beyond the basics of XML, allowing them to design sophisticated XML applications and parse complicated documents.
Processing XML with Java™ provides a brief review of XML fundamentals, including XML syntax; DTDs, schemas, and validity; stylesheets; and the XML protocols XML-RPC, SOAP, and RSS. The core of the book comprises in-depth discussions on the key XML APIs Java programmers must use to create and manipulate XML files with Java. These include the Simple API for XML (SAX), the Document Object Model (DOM), and JDOM (a Java native API). In addition, the book covers many useful supplements to these core APIs, including XPath, XSLT, TrAX, and JAXP.
Practical in focus, Processing XML with Java™is filled with over two hundred examples that demonstrate how to accomplish various important tasks related to file formats, data exchange, document transformation, and database integration. You will learn how to read and write XML documents with Java code, convert legacy flat files into XML documents, communicate with network servers that send and receive XML data, and much more. Readers will find detailed coverage of the following:
How to choose the right API for the job
Reading documents with SAX
SAX filters
Validation in several schema languages
DOM implementations for Java
The DOM Traversal Module
Output from DOM
Reading and writing XML documents with JDOM
Searching XML documents with XPath
Combining XSLT transforms with Java code
TrAX, the Transformations API for XML
JAXP, the Java API for XML Processing
In addition, the book includes a convenient quick reference that summarizes the major elements of all the XML APIs discussed. A related Web site, located at http://www.cafeconleche.org/books/xmljava/, contains the entire book in electronic format, as well as updates and links referenced in the book.
With thorough coverage of the key XML APIs and a practical, task-oriented approach, Processing XML with Java™ is a valuable resource for all Java programmers who need to work with XML.
Average Amazon.com® Rating: ![]()
![]()
![]()
![]()
Based on 13 Ratings
Excellent!!! - 2004-06-26
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
If only every technical book was written this well! Anyone who is working with Java and XML should have a copy of this book. Highly example driven with clear explanations, the author makes using XML in your Java programs a breeze. Even better, the author has a style that makes the book fun to read as you feel like you are learning all sorts of secrets from an XML insider.
The book starts with a quick introduction to XML and then gets into how to create XML documents in your programs. The first four chapters cover everything you need to know about creating XML whether it is for XML-RPC, SOAP, or simply to store in a file. The next section covers parsing XML documents. SAX and DOM are compared and then the next eight chapters discuss these two methods of parsing documents, explaining how to use them, comparing them, and helping you determine how to decide which technique to use for which situation. The section on DOM explains not just how to parse documents using DOM but also how to create new documents. The final chapters of the book cover JDOM, XPATH, and XSLT.
Did I mention that this book is full of examples? The author doesn't rely on simply explaining how something works or how to use a technology (even though his explanations are excellent), he has examples to demonstrate everything he discusses. Each example builds upon the previous example and makes learning the techniques easy and enjoyable.
A huge amount of topics and API - 2003-08-14
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
This is definitely a valuable resource for anybody dealing with XML and Java, written by one of the best tech writers in town. The author covers in details a huge amount of topics and API, so many that you couldn't ask for more.
Be advised that some basic understanding of XML and intermediate Java skills are required to get the best out of this book
Good book but beware of "Volume1" and "Volume2" - 2009-02-24
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
While the contents of the book, as well as how it's been written are well worth the money, I wanted to enter this review to warn others that there are different volumes.
I bought this guide book online expecting to receive the entire 1100+ pages. When I received the book, I saw "Volume 2" on it's cover. I opened it up to see that the very first page was "Part III". No table of contents, no typical Preface, etc.
I sent the book back via Amazon's return policy, with no problems, and received the replacement very quickly. However, I now have "Volume 1". Parts I and II.
Yeah. The description above makes no reference to a Volume 1 or Volume 2. (If it does now, then good. Amazon has updated it's text. I wish they had done so earlier). So I still have 1/2 of a book.
great book on xml - 2008-07-05
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
great book on xml, specially on different kind of parsers, their purpose, advantages and weakness.
An excellent choice - 2003-08-16
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
I really like reading this book. It is easy to read and understand. The author does a good job of describing the XML technologies related to JAVA. This book has a lot of code to analyze. This book is a must have for the experienced developer who wants to do JAVA with XML. I have a message for the experienced developer: THE CODE WILL CHALLENGE YOU; IT CHALLENGED ME!!!
Michael
Some information on this page was provided using data from Amazon.com®. View at Amazon >