Product Details
Java & XML for Dummies

Java & XML for Dummies
By Barry Burd

List Price: $34.99
Price: $23.09 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

55 new or used available from $10.00

Average customer review:

Product Description

Java & XML For Dummies shows experienced Java developers how to start incorporating XML data in to their applications.
Topics covered include Java/XML Bindings, SAX (Simple API for XML), DOM, SOAP, Web Services, data binding, XML from Java Applications, messaging with XML and Java, DTDs, namespaces, Xpath, CSS, UDDI, HTTP handing servers for SOAP and other XML format messages via serverlets, differences between parsers, Java API programming tools for handling XML, using XML to solve real-world programming problems, WSDL, UDDI, EAI, Message routing, turning java objects into XML, databases in XML.


Product Details

  • Amazon Sales Rank: #398779 in Books
  • Published on: 2002-06-15
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 432 pages

Editorial Reviews

From the Back Cover
Packed with easy-to-grasp examples of APIs and tools

Get the hang of Java’s XML toolset and join the Web services revolution!

Java and XML are the foundations of a new generation of applications and Web services. But how do you get up to speed on those Java XML tools? Don’t worry! This friendly reference walks you through all the major APIs and standards – from JAXP and SAX to SOAP and UDDI – and shows you how to start programming right away.

About the Author
Barry Burd, PhD, teaches computer science at Drew University. He also trains professional programmers and speaks widely at conferences. His books include Java 2 For Dummies and JSP: JavaServer Pages.


Customer Reviews

This book is awesome!5
If you're a Java developer looking to get up to speed on how XML/Java/XSLT/Web Services, and lots of other topics, then this book is a great place to start.

The book doesn't pretend to (and says so) teach every topic it covers (XSL, for example is presented in context but not really taught -- that would take a MUCH bigger book). Still, with some familarity with the topics, the code presented is great. XML (part of the book's title) is covered quite nicely.

It's assumed that you're somewhat familiar with Java.

In my case, I needed to find some clear explanations of how to create an XML file and then read that XML file along with an XSL stylesheet (I was learning XSL using Java/XSLT by O'Reiley at the same time). Barry's JDOM chapter and the chapter on putting data on the Web solved both these issues.

Don't get put off that this is a "Dummies" book. I have found it useful for at least two projects (the most recent I wrote about above).

Also, when there was a minor problem with the code where IE 6 wouldn't recognize the stylesheet processing instruction when it was at the bottom of the XML file, the author was extremely helpful and responsive to this issue. He helped me research the problem and wrote me back with his findings.

To put my review in perspective: I'm the kind of developer who likes to learn to walk before I learn to run. If you like to just jump into a complex book and wade your way though the material, then this book might not be for you. But, if you like to get a feeling for the technology and get relatively straightforward examples *working* first, then check out this book.

Barry explains topics clearly and simply.

All in all, I found this book to be completely refreshing compared to most of the books out there.

Java & XML for dummies5
I have 18 years exp. with IBM BAL and I'm also doing some work with modern technologies. I have looked through many JAVA/XML books and this is definitely the best book for both beginners and advanced users. Author presents in good depth a vast array of present technology, samples are working like that!! It has helped me a lot to get a grip of advanced matter such as SAX, DOM, JDOM, schema, SOAP and so on... Some other nice features of this book is a good readable style and more than usual coverage of the main subject.
I am grateful to the author for the enormous scope of what has been accomplished. And, of course, I'll try to follow the recommendation to buy another books by Barry Burd in two copies: one for my home, and another for my office.

A great overview4
I'm a big fan of Barry Burd's books. This is the third book I've read from him. I bought it in 2008 and it was written several years earlier. This makes some of the material dated, but throughout most of the book, the examples compile fine. Before this book, I knew nothing about XML but knew how to program in Java. And by the time I was about a third of the way through the book, I had one of my Java programs pulling in an XML feed and displaying the results. I would recommend this book after you read Barry's Java for Dummies.