or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
51 used & new from $0.01

Have one to sell? Sell yours here
 
   
Java and XML Data Binding
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Java and XML Data Binding (Paperback)

~ Brett McLaughlin (Author)
1.9 out of 5 stars  See all reviews (7 customer reviews)

List Price: $34.95
Price: $26.56 & this item ships for FREE with Super Saver Shipping. Details
You Save: $8.39 (24%)
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.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
30 new from $0.01 21 used from $0.01

Formats

Amazon Price New from Used from
  Paperback $26.56 $0.01 $0.01
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Best Value

Buy Java and XML Data Binding and get Java Message Service (O'Reilly Java Series) at an additional 5% off Amazon.com's everyday low price.

Java and XML Data Binding + Java Message Service (O'Reilly Java Series)
Buy Together Today: $56.55

Show availability and shipping details

  • This item: Java and XML Data Binding

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Java Message Service (O'Reilly Java Series)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Java and SOAP

Java and SOAP

by Robert Englander
3.5 out of 5 stars (14)  $39.68
Java & XML

Java & XML

by Brett McLaughlin
3.2 out of 5 stars (12)  $31.49
Java & XML, 2nd Edition: Solutions to Real-World Problems

Java & XML, 2nd Edition: Solutions to Real-World Problems

by Brett McLaughlin
3.9 out of 5 stars (27)  $25.43
Ant in Action: Covers Ant 1.7 (Manning)

Ant in Action: Covers Ant 1.7 (Manning)

by Steve Loughran
4.3 out of 5 stars (10)  $31.49
Java Persistence with Hibernate

Java Persistence with Hibernate

by Christian Bauer
3.6 out of 5 stars (63)  $37.79
Explore similar items

Editorial Reviews

Product Description

More Java developers today want to work with XML, the technology that enables data to be transported intact over the Internet, but they don't have time to become XML experts. If this describes you, then you'll appreciate data binding, the new way of converting XML documents into Java objects, so those documents can be worked on and manipulated like any other Java object, then converted back to XML This new title provides an in-depth technical look at XML Data Binding. The book offers complete documentation of all features in both the Sun Microsystems JAXB API and popular open source alternative implementations (Enhydra Zeus, Exolabs Castor and Quick). It also gets into significant detail about when data binding is appropriate to use, and provides numerous practical examples of using data binding in applications.


About the Author

McLaughlin has been working in computers since the Logo days. He currently specializes in building application infrastructure using Java and Java-related technologies.

Product Details

  • Paperback: 214 pages
  • Publisher: O'Reilly Media; 1st edition (May 2002)
  • Language: English
  • ISBN-10: 0596002785
  • ISBN-13: 978-0596002787
  • Product Dimensions: 9.2 x 7.1 x 0.6 inches
  • Shipping Weight: 12.3 ounces (View shipping rates and policies)
  • Average Customer Review: 1.9 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon.com Sales Rank: #1,121,460 in Books (See Bestsellers in Books)

More About the Author

Brett Mclaughlin
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Brett Mclaughlin Page

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

Java and XML Data Binding
41% buy the item featured on this page:
Java and XML Data Binding 1.9 out of 5 stars (7)
$26.56
Java & XML
32% buy
Java & XML 3.2 out of 5 stars (12)
$31.49
Pro XML Development with Java Technology
15% buy
Pro XML Development with Java Technology 3.9 out of 5 stars (9)
$35.99
Java Message Service
8% buy
Java Message Service 3.8 out of 5 stars (32)
$26.40

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 organize and find favorite 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

7 Reviews
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:
 (3)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
1.9 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
12 of 12 people found the following review helpful:
2.0 out of 5 stars Beware of booby-traps, August 20, 2002
By A Customer
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.

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



 
4 of 4 people found the following review helpful:
1.0 out of 5 stars Outdated, incorrect information. Stay away!, November 24, 2003
By Anthony J. Serpico (Sunrise, FL United States) - See all my reviews
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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
1.0 out of 5 stars Waste of money, July 17, 2003
By Francis (United States) - See all my reviews
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 )
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars Outdated, incorrect information. Stay away!
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. Read more
Published on November 24, 2003 by Anthony J. Serpico

2.0 out of 5 stars JAXB section is out of date
The book describes the JAXB api based on an early access version. The definitive version is completely different form the early access version, making this book almost useless.
Published on May 27, 2003

2.0 out of 5 stars JAXB section is out of date
The book describes the JAXB api based on an early access version. The definitive version is completely different form the early access version, making this book almost useless.
Published on May 27, 2003 by Martijn de Bruijn

4.0 out of 5 stars Good piece of information - But a little disappointed
The book contains a lot of good information on data binding. It also explains the "data binding" concept by breaking it down into "Marshalling", "UnMarshalling" and "Binding". Read more
Published on August 16, 2002 by Mohan S Rao

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
   
Related forums



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.