Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £2.49

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Java & XML Data Binding
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java & XML Data Binding [Paperback]

Brett McLaughlin
2.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £26.99
Price: £22.94 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.05 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Paperback £22.94  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 218 pages
  • Publisher: O'Reilly Media; 1 edition (4 Jun 2002)
  • Language English
  • ISBN-10: 0596002785
  • ISBN-13: 978-0596002787
  • Product Dimensions: 23.4 x 18 x 1.4 cm
  • Average Customer Review: 2.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 1,483,810 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Brett D. McLaughlin
Discover books, learn about writers, and more.

Visit Amazon's Brett D. McLaughlin Page

Product Description

Mark Spritzler, JavaRanch June 2002

"...I highly recommend you buy this book."

GameJug, Feb 2003

Good for those in need of a quick implementation guide with some solid reviews of existing frameworks.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

5 star
0
4 star
0
1 star
0
Most Helpful Customer Reviews
10 of 10 people found the following review helpful
Format:Paperback
It provides a useful coverage of the theory on data binding, but it is out of date with the current version of JAXB (1.0 beta as at the time of writing). There are some fundamental differences with the current version e.g. most of the examples on this book use DTD's instead of XML Schema which is the current standard that the JAXB RI uses. Also the java content tree in the current version of the JAXB provides interfaces and implementations, while in the book all the examples are assuming that the JAXB generates only concrete classes (and not interfaces); which was true for the previous version of JAXB.

Overall it is a good book but because XML-related technologies move so fast it has quickly become out-of-date. Most of the examples do not compile with the current version of JAXB and it is my opinion that anyone can learn much more from reading the "JAXB user guide" that comes with JAXB rather than buying and reading this book.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Yep I agree 8 Feb 2003
By knobboy
Format:Paperback
There is still quite a bit of useful info in here, even though the JAXB 1.0 release renders quite a bit of it obsolete. If nothing else, it's useful as to the theory of XML data binding, and the design of applications that could benefit from it. It also has some useful schema examples.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  7 reviews
12 of 12 people found the following review helpful
Beware of booby-traps 20 Aug 2002
By A Customer - Published on Amazon.com
Format:Paperback
Developing Java Web services including XML data binding is a new and exciting area. XML data binding is useful for XML request processing and for application configuration purposes. In both cases we need ewell-designed workable sample code to check each stage of system configuration, XML application development and deployment.

An excellent example of this approach can be found in "More servlets" by Marty Hall.

As for this book, I find it useful to grasp general concepts, but not as a detailed technical discussion it appears to be.
Sample code for chapter 3 is useful, but then we need a sample to actually compile and run some simple JAXB example. Unfortuantely, there is no way to accomplish this with the code that comes from the books's Web site.

Also, as early as in chapter 4, we have quite a big jump from basic discussion directly to using JAXB data binding in servlets - without any consideration of necessary intermediate steps: checking Tomcat configuration, running JAXB-free servlet examples, making servlet-free JAXB examples work, etc.

Needless to say, JAXB and other XML binding frameworks are useful for servlet development, but they are also useful
for JSP and other XML applications. From the other side, servlet parameters can be accessed using regular application server configuration features like it is done in Tomcat EXAMPLES app. All these considerations are completely missing from the book.

Besides poor sample code and appplication server discussion, another source of confusion is the absence of proper references to XSLT. In fact, the purpose of XML data binding is to enable Java program to work "like" an XSLT transformer, in principle, XML document processing can be done by XSLT. Again, reading the book there is no way to figure this out.

Excellent treatment of JAXB data binding is available online from IBM Web site, see Daniel Steinberg's tutorial. I'd also suggest Java Web Services Tutorial from Sun.

4 of 4 people found the following review helpful
Outdated, incorrect information. Stay away! 24 Nov 2003
By Anthony J. Serpico - Published on Amazon.com
Format:Paperback
This book was written before the version 1.0 release of the JAXB data binding API's. As a result much of the information in this book is incorrect and not current. If you follow the instruction in this book you will NOT sucessfully perform XML binding to java objects. For example, the book uses DTD's as the XML description model used by JAXB. This is wrong DTD's were dropped in favor of XML schemas. The instructions for using the JAXB jar files are wrong. The required jars have changed since this book was printed. The instructions for using the generated java data binding classes is wrong, the usage has changed since this book was written. The author tried to get to far ahead of the technology curve on JAXB and as a result authored this book too early in the JAXB life cycle. The book is of minimal value.
4 of 4 people found the following review helpful
Waste of money 17 July 2003
By Francis - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
This does not talk about JAXB at all. What it talks is about some non standardised APIs that existed before JAXB.
The brief mention of JAXB ( 4 pages ) is only philosphical. Even that is w.r.t. an obselete version with DTD support.
( Current JAXB only supports XML schema )
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges