Buy Used
Used - Like New See details
$3.98 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
XML and Java: Developing Web Applications
 
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.

XML and Java: Developing Web Applications [Paperback]

Hiroshi Maruyama (Author), Naohiko Uramoto (Author)
4.0 out of 5 stars  See all reviews (36 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover, Import --  
Paperback $59.99  
Paperback, May 10, 1999 --  
There is a newer edition of this item:
XML and Java™: Developing Web Applications (2nd Edition) XML and Java™: Developing Web Applications (2nd Edition) 4.0 out of 5 stars (36)
$59.99
In Stock.

Book Description

Programming Languages May 10, 1999
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.



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

From the Back Cover

XML and Java: 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. 0201485435B04062001


Product Details

  • Paperback: 368 pages
  • Publisher: Addison Wesley Publishing Company (May 10, 1999)
  • Language: English
  • ISBN-10: 0201485435
  • ISBN-13: 978-0201485431
  • Product Dimensions: 9.1 x 7.3 x 0.8 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (36 customer reviews)
  • Amazon Best Sellers Rank: #3,049,798 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

36 Reviews
5 star:
 (19)
4 star:
 (6)
3 star:
 (6)
2 star:
 (1)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (36 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
This review is from: XML and Java: Developing Web Applications (Paperback)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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
This review is from: XML and Java: Developing Web Applications (Paperback)
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!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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
This review is from: XML and Java: Developing Web Applications (Paperback)
.

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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(148)
(27)
(25)

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





Look for Similar Items by Category


Look for Similar Items by Subject