See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

60 used & new from $0.01

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

Don’t have a Kindle? Get yours here.
 
  

XML and Java: Developing Web Applications (Paperback)

by Hiroshi Maruyama (Author), Kent Tamura (Author), Naohiko Uramoto (Author)
4.0 out of 5 stars See all reviews (37 customer reviews)


Available from these sellers.


21 new from $0.25 39 used from $0.01
Also Available in: List Price: Our Price: Other Offers:
Hardcover (Import) Order it used!
Paperback (2) $59.99 $43.79 40 used & new from $0.67
There is a newer edition of this item:
XML and Java(TM): Developing Web Applications (2nd Edition) XML and Java(TM): Developing Web Applications (2nd Edition) 4.0 out of 5 stars (37)
$43.79
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?
XML and Java: Developing Web Applications
66% buy the item featured on this page:
XML and Java: Developing Web Applications 4.0 out of 5 stars (37)
Processing XML with Java(TM): A Guide to SAX, DOM, JDOM, JAXP, and TrAX
21% buy
Processing XML with Java(TM): A Guide to SAX, DOM, JDOM, JAXP, and TrAX 4.9 out of 5 stars (13)
$43.86
Pro XML Development with Java Technology
14% buy
Pro XML Development with Java Technology 3.9 out of 5 stars (9)
$35.99

Customers Who Bought This Item Also Bought


Editorial Reviews

Amazon.com Review
Written by three XML researchers from IBM, XML and Java provides a great introduction to the Extensible Markup Language (XML) for the working Java developer. This book proves that you don't have to master all the details of XML to utilize its power for real-world projects on the Web.

After introducing XML and explaining its ability to standardize information exchange in corporate computing, the book turns to today's XML Java parsers, like XML for Java and the Simple API for Java (SAX), which greatly simplify XML development. Using these two APIs, the book shows how to parse an XML document.

Next the authors demonstrate how to create an XML document from scratch as well as modify XML tree structures. They also present a mapping program, which translates XML data from one format to another. (This utility can be used to convert HTML to XML.)

XML can be used to describe content, which the book terms as metacontent. A sample Java servlet listed in the book stores documents posted to a Web site, along with descriptions of its components. JDBC for database programming also receives coverage in an excellent example demonstrating how XML can be parsed into SQL queries and then translated back into other XML documents.

The book also examines how XML exchanges information, principally as an alternative to the Electronic Document Interchange (EDI) format, and then rounds out with XML security, a JavaBeans component version of XML for Java, and a sample Web application that gathers XML content from several travel Web sites. An appendix lists all XML for Java APIs.

In all, with its clear format and standout code examples, XML and Java is an appealing resource for Java developers approaching XML for the first time. --Richard Dragan

Product Description
XML and Java(tm): Developing Web Applications is a tutorial that will teach Web developers, programmers, and system engineers how to create robust XML business applications for the Internet using the Java technology. The authors, a team of IBM XML experts, introduce the essentials of XML and Java development, from a review of basic concepts to thorough coverage of advanced techniques. Using a step-by-step approach, this book illustrates real-world implications of XML and Java technologies as they apply to Web applications. Readers should have a basic understanding of XML as well as experience in writing simple Java programs.

XML and Java enables you to:

* Develop Web business applications using XML and Java through real-world examples and code * Quickly obtain XML programming skills * Become familiar with Document Object Models (DOM) and the Simple API for XML (SAX) * Understand the Electronic Document Interchange (EDI) system design using XML and Document Type Definition (DTD), including * coverage on automating business-to-business message exchange * Leverage JavaBean components * Learn a hands-on, practical orientation to XML and Java

XML has strong support from industry giants such as IBM, Sun, Microsoft, and Netscape. Java, with its "write once, run anywhere" capabilities, is a natural companion to XML for building the revolutionary Internet applications described in this book. XML and Java demonstrates how developers can harness the power of these technologies to develop effective Web applications. If you want to learn Java-based solutions for implementing key XML features--including parsing, document generation, object tree manipulation, and document processing--there is no better resource than this book.

See all Editorial Reviews


Product Details

  • Paperback: 386 pages
  • Publisher: Addison Wesley Publishing Company (May 10, 1999)
  • Language: English
  • ISBN-10: 0201485435
  • ISBN-13: 978-0201485431
  • Product Dimensions: 9.2 x 7.4 x 0.9 inches
  • Shipping Weight: 1.4 pounds
  • Average Customer Review: 4.0 out of 5 stars See all reviews (37 customer reviews)
  • Amazon.com Sales Rank: #1,768,078 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #76 in  Books > Computers & Internet > Databases > XML & Databases
    #100 in  Books > Computers & Internet > Databases > Java & Databases

Look Inside This Book

Citations (learn more)

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
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

37 Reviews
5 star:
 (20)
4 star:
 (6)
3 star:
 (6)
2 star:
 (1)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (37 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
76 of 80 people found the following review helpful:
5.0 out of 5 stars Perfect book for application architects, not for junior SE, September 22, 1999
By A Customer
The title of the book clearly suggested that this is not a beginner's book for either XML or Java. Although it is more appropriately named XML and Java Servlet. Because this book uses Servlets as a framework for web applications (which is a *VERY* good idea). This book presents ideas to system architects about ways to put together enabled web applications whose nature implies extensibility. The most valuable thing in this book is: 1. Explain why do we want to use XML (Important!) 2. How to parse, generate, and manipulate XML with concise examples. 3. Ideas on types of applications we can do with XML and the Servlet framework. 4. How to build tools such as LMX and SQLX which is quite essential in three-tiered systems. 5. You can read it in 2 days provided you're pretty familiar with Servlets and web application.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
31 of 34 people found the following review helpful:
1.0 out of 5 stars Don't buy this book!, August 18, 1999
By A Customer
Ok, I read the review and bought this book. Its woefully out of date and the examples need huge tweaking before they work.

If you are trying to learn XML find another book.

If you are planning to learn Java find another book.

If you are interested in servlets borrow this book and read chapter 7. Then give it back to the poor guy who bought it.

The coverage of XML itself is really poor. I was reading the XML specs and thought I'd get some help. Sorry no such luck. XML is show somewhat but no defns.

Want to use the DOM (Document Object Model). Sorry no such luck. Coverage it terrible. Want to use XSL? Sorry no coverage at all!

Want to use SAX? Get ready to try try try again!

ok. I'll give them some credit as english is clearly not there native language!

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



 
24 of 26 people found the following review helpful:
4.0 out of 5 stars Great book (if it fits your expectations...), April 9, 2000
.

Buy this book when:

(1) You want to learn how to integrate XML in your Internet/Intranet-based infrastructure. (The title mentions 'Web Applications'... do not expect the book to focus on 'Web Sites'. It's more about XML as a storage mechanism, the secure exchange of XML messages over HTTP,...) (2) You value the insight in how experienced developers model their application (using Design Patterns, reusability, etc) (3) A very readable book.

Do not buy this book when:

(1) You're looking for information the latest implementations of XML Parsers, XSL Transformers (the book was published before XSL became 'established'), XML database servers,etc. (2) You're looking for complete, useful applications you can re-use 'straight-out-of-the-box'. (3) You're looking for information on XML as a way to manage the content on your web side.

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


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

5.0 out of 5 stars A perfect delivery from a perfect company
The product was delivered before schedule, was in perfect shape, and it exatly fit my needs for a reference in my thesis :) thanks Amazon!
Published 11 months ago by Fouad H. Zachari

3.0 out of 5 stars The CD In Company With The Book Is Not Included
Next Time before I purchase the book I would like to know if the CD in company with the book will be included in the mail or not.
Published 15 months ago by Hwai Tsu Wang

5.0 out of 5 stars One of the best Java/XML books on the market
Even if 9 different authors wrote this book, the logical flow remains intact and the writing style is consistent, clear and concise, without any redundancy. Read more
Published on August 14, 2003 by Foti Massimo

5.0 out of 5 stars Excellent overview of advanced XML for Java developer
I found this book very useful, covers a lot of unique topics
in advanced XML processing, practical and to the point. Read more
Published on March 12, 2003

5.0 out of 5 stars Get started fast with excellent code
This is the best XML/Java book I've seen to date. Why? It's well written. For example, unlike most books written by more than one or two authors, this book does *not* repeat a lot... Read more
Published on December 9, 2002

5.0 out of 5 stars A Clear Exposition on Building Applications on top of XML
[This is a review of the second edition.]
It was with some trepidation that I opened this book. It has 9 authors. Read more
Published on October 23, 2002 by W Boudville

5.0 out of 5 stars The best book on XML Java
This is simply the best book for Java XML. Chapter 2 will guide you through the complacating start-up code and will help you up-and-running in no time. Read more
Published on September 19, 2002 by Phu Tran

5.0 out of 5 stars Security issues, data binding, Schema languages, & much more
Now in its revised and expanded second edition, XML and Java: Developing Web Applications is a solid reference and superbly organized guidebook written specifically for computer... Read more
Published on July 8, 2002 by Midwest Book Review

4.0 out of 5 stars These reviews are for the 1st edition no the second one.
I must be missing something but from what I can see a lot of these reviews in fact for the 1st edition and therefore a no longer applicable to this listing which is for the 2nd... Read more
Published on June 28, 2002 by Robert Nicholson

4.0 out of 5 stars How do you like me now?
It's interesting to note that all of the reviews on this site are prior to the second edition publishing date. I have read a completely different book. Read more
Published on June 25, 2002 by Douglas Rowe

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


$10 Instant Savings

Beauty Blender
Get a $10 instant rebate with orders of $100 or more on beauty products sold by Amazon.com. See details. Promo code: IOBeauty.

Shop all eligible items now

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Up To 45% Off Select Beauty Products

L'Occitane Creme Pieds and Creme Mains
Save up to 45% on select beauty items direct from Amazon Beauty.

See more from Amazon Beauty

 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 
Ad

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle
My Soul to Lose
My Soul to Lose by Rachel Vincent

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates