Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

Quantity: 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
27 used & new from £0.91

Have one to sell? Sell yours here
 
   
Tell a Friend
Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).)
 
See larger image
 
Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).) (Paperback)
by Brett McLaughlin (Author)
4.5 out of 5 stars 12 customer reviews (12 customer reviews)
US List Price: $44.95
UK Equivalent: £22.37
Price: £20.15 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £2.22 (10%)
Availability: Usually dispatched within 1 to 3 weeks. Dispatched from and sold by Amazon.co.uk.

27 used & new available from £0.91

Perfect Partner

Buy this book with Java and XSLT by Eric Burke today!

Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).) Java and XSLT
Buy Together Today: £38.96

Customers Who Bought This Item Also Bought

Java and XSLT

Java and XSLT by Eric Burke

5.0 out of 5 stars (2)  £18.81
Java Cookbook

Java Cookbook by Ian Darwin

4.4 out of 5 stars (9)  £22.99
Processing Xml with Java

Processing Xml with Java by Elliotte Rusty Harold

5.0 out of 5 stars (2)  £24.69
HTML & XHTML: The Definitive Guide (Definitive Guides)

HTML & XHTML: The Definitive Guide (Definitive Guides) by Chuck Musciano

4.6 out of 5 stars (23)  £22.99
Java Network Programming

Java Network Programming by Elliotte Harold

4.5 out of 5 stars (6)  £18.53
Explore similar items : Books (10)

Product details

Product Description
Amazon.co.uk Review
Brett McLaughlin's Java and XML is a well-informed guide to the partnership between two key technologies. For this 2nd edition, the author has slimmed down the introductory material on XML, making room for expanded coverage of fast-moving topics such as JAXP, SOAP and Web Services. There is plenty of new material, so this is a book worth buying even if you have the earlier edition. The author is a co-founder of JDOM, an XML document API, and is a well-known contributor to various other open-source projects. It is no surprise to find a focus on open-source tools and resources in this book.

This title does not aim to teach either Java or XML from scratch, although the first two chapters do offer an XML crash course. The following chapters cover SAX 2.0, a standard API for parsing XML, and after that there is a detailed look at the DOM (Document Object Model). JDOM gets extensive coverage, as you would expect from the author's involvement, and there is a strong chapter on JAXP, the official API for XML parsing from Sun Microsystems, explaining why it is widely misunderstood and how it complements other standards such as SAX. The second half of the book offers a chapter each on more advanced topics. One covers Web publishing frameworks, with a particular focus on Apache Cocoon. After that the author covers XML-RPC, SOAP and Web services. A chapter on content syndication shows how to use XSL and RSS (Rich Site Summary) to publish and consume information. Next comes data binding using the Castor or Zeus frameworks, or Sun's official JAXB API. Finally there is a brief look at up-and-coming APIs, and a concise reference for SAX, DOM, JDOM and JAXP.

Practical, informative and well-written, this book is ideal for professionals who are either working with Java and XML, or considering doing so. --Tim Anderson

Stephen Schmidt, java-channel.org
Good book on Java and XML. Well written, covers lots of things and use cases for XML. The author is one of the authors of JDOM and has excellent XML knowledge.

See all Product Description


 
Customer Reviews
12 Reviews
5 star: 66%  (8)
4 star: 25%  (3)
3 star:    (0)
2 star: 8%  (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
17 of 18 people found the following review helpful:
5.0 out of 5 stars Concise and Flexible approach to XML and SGML derivatives., 2 Aug 2001
By A Customer
I obtained a copy of this book in a pre-release, and after 20 mins of skimming throught the index I was captivated by the depth of information it contained. This book will be take great pride in any bookshelf as it undertakes valuable "hot" words such as XSLT and other like the differences between Schemas and DTD.

I have used this book as a reference guide to construct a simple base of transfering information from HTML through XSLT and then XML to JAVA and then to my DataBase. Invaluable. I can recommend this book to all that are looking to expand their knowledge.

In a negative light I can put forward that it's focus on the way that XHTML will be implemmented by the W3C is rather sketchy and should be used as a quick reference instead of a concise bible.

As I have had to return this book to its rightfull owner, I am most unhappy. Never mind, as I wil soon have it again...

Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)



 
9 of 10 people found the following review helpful:
4.0 out of 5 stars Good overview, but do not buy for technical details, 28 Jan 2002
This book does not go into great depth for each of the techniques - SOAP, XML, XML-RPC, and so on - and it should not. This book is great if you want to get the helicopter view - how do these techniques fit together, so that you can build a whole application. The examples are short and succinct, and can be read while sitting / lying in your favourite reading place. If I have to name one bad thing, then it is that this book tries to take on a such a big area, that it misses on some smaller bits, for example Sun's Java XML pack, because that came out after this book was published.
Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)



 
8 of 10 people found the following review helpful:
5.0 out of 5 stars Updated version of an excellent book, 23 Nov 2002
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
The first edition of this book was considered one of the best on the subject of Java and XML. This new edition has expanded to include the developments in Java and XML over the last year. The author gives a little less handholding on the basics of XML reducing a three chapter introduction in the first edition to a one chapter summary. SAX, DOM, and JDOM all are covered in detail with each topic getting an introduction and an advanced chapter. JAXP 1.1 is covered in sufficient detail. After the introduction to the basic Java/XML APIs, the author moves on to some other interesting topics.
The chapters on web publishing frameworks and XML-RPC haven't changed much since the first edition. New chapters on SOAP, Web Services, and content syndication are welcome additions. The book ends with a look at data binding and JAXB.

The examples in the book are extremely clear and concise, explaining each topic well without being overly simplistic. As with the first edition, the author assumes that you are familiar with Java but unlike the first edition he assumes you have a basic understanding of XML.

If you are a Java developer and you are going to be working with XML then this book is required reading. The coverage of the Java/XML APIs is excellent. As for the other topics, it is a good introduction but for anyone working with SOAP or Web Services, other books will probably be required.

Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)


Write an online review
 
 
Most Recent Customer Reviews

4.0 out of 5 stars The title does not do the book justice!
I borrowed this book off a friend from work with the view it was using XML with Java, which of course it covers very well, I felt that it seriously downplayed that it also covered... Read more
Published on 18 Nov 2005 by Mr. R. P. A. Wilson

2.0 out of 5 stars Disappointing
This book did not come up to the expectations that were set by the other reviewers and by O'Reilly themselves.

I bought Java & XML a couple of years ago. Read more

Published on 28 Jan 2005 by Daniel

5.0 out of 5 stars Updated version of an excellent book
The first edition of this book was considered one of the best on the subject of Java and XML. This new edition has expanded to include the developments in Java and XML over the... Read more
Published on 27 Nov 2002 by Thomas Paul

4.0 out of 5 stars Good overview but not a very good reference
I'm relatively new to Java and XML with programming experience with XML with perl. I found the book very insightful into all areas of XML using Java, except, and here's the... Read more
Published on 5 April 2002 by yee379@bigfoot.com

5.0 out of 5 stars A book that truly demonstrates the beauty of Java
Noone can compete with O'Reilly when it comes to providing the technical information you need in a clear concise manner. This book is no exception. Read more
Published on 17 Feb 2002

5.0 out of 5 stars Excellent Introduction to writing Java XML applications
Enabled me to have a simple SOAP based web service up and running in hours. The introductory chapters on XML are better than many pure XML books. Read more
Published on 15 Jan 2002

5.0 out of 5 stars If you can only afford one book on Java and XML, buy this !
I am a relative newcomer to Java and XML, but within hours of reading this book I was able to write my own first (successful! Read more
Published on 15 Jan 2002

5.0 out of 5 stars Exellent book for serious xml processing
I bought 4 books in one year (Professional XML, XML Bible, Java applications with XML, all sucks). The last was this book. Read more
Published on 7 Jan 2002 by hans.fortemaison@pandora.be

5.0 out of 5 stars broad horizon overview on xml and java related topics
It is the kind of book that anybody should have as a beginner in these topics. Even more, you'll start with the basics but you'll go farther and get the overall knowledge and... Read more
Published on 20 Nov 2001 by Agustí Ràfols (rondalla@troc.es)

Search Customer Reviews
Only search this product's reviews