Buy Used
Used - Very Good See details
Price: £5.98

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
XML Developer's Guide (Application Development)
 
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 Developer's Guide (Application Development) [Paperback]

Fabio Arciniegas
3.5 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
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: 800 pages
  • Publisher: Osborne/McGraw-Hill; Pap/Cdr edition (1 Jan 2001)
  • Language English
  • ISBN-10: 0072126485
  • ISBN-13: 978-0072126488
  • Product Dimensions: 23.3 x 18.8 x 4.6 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 5,277,456 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Fabio Arciniegas
Discover books, learn about writers, and more.

Visit Amazon's Fabio Arciniegas Page

Product Description

Product Description

Analysts at Giga Information Group state that large companies pursuing an Internet strategy are seeking out ways to use XML. The lure of easier communication and data transfer, internally through intranets or directly to their web consumers, is hard to resist. Companies such as Microsoft, Oracle, SUN Microsystems, and IBM are a part of setting the industry standards for XML This is a comprehensive guide to XML for intermediate to advanced professional developers. It provides hands-on coverage of Web publishing and exchanging data with XML, as well as emerging XML standards, including XSLT, XPath, and Xlink, and addressing key issues of planning and quality assurance measures. The CD-ROM contains XML parsers, sample code, XML editors and mangers.

From the Back Cover

A Complete Resource for Developing Applications Using XML

Create powerful and efficient XML applications and highly flexible document structures with help from this comprehensive guidebook. Addressing the full scope of XML technologies and their presentation including wireless XML (WAP, VoiceXML, and more) this book is packed with real-world examples and thorough coverage of the language and related technologies. Ideal for intermediate to advanced professional Web developers, this hands-on resource covers Web publishing and data exchange with XML, emerging XML standards including Schemas, XSLT, XPath, and XLink and much more.


-Create flexible document structures using XML
-Add source content to XML documents
-Understand and implement XML-database relationships
-Determine XML document retrieval
-Address quality assurance issues
-Understand how XML is being used today

Important coverage includes:


-XML overview
-Document structure including syntax and other rules
-Tools and complementary technologies
-Web publishing with XML
-Parsing and delivering HTML and XML
-Data exchange and adding source content to documents

And, the CD-ROM contains sample code, XML editors and parsers, which will save you hundreds of hours of development time. No other book can offer you the same combination of expert coverage and practical advice as this authoritative developer's guide.


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

4 star
0
3 star
0
1 star
0
Most Helpful Customer Reviews
By A Customer
Format:Paperback
This is the first XML Book that I have purchased and I dont intend to buy another, as this one is perfect. It teaches you how to "program using XML" without trying to teach you how to program. It assumes no prior knowledge of XML but assumes that you are a competant developer and treats you as such.

FULL MARKS!

Comment | 
Was this review helpful to you?
0 of 1 people found the following review helpful
Format:Paperback
This particular book(compared to other XML books I have read) has good technical content, but for somebody trying to get to grips with XML, whether XML competent or not, the authors writing style was a bit to complex. A reader wants to concentrate on learning XML and associated principles and not deciphering the authors writing.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  14 reviews
14 of 15 people found the following review helpful
An Accurate, Complete, and Thoughtful Exposition 21 Jan 2001
By Clark C. Evans - Published on Amazon.com
Format:Paperback
This text focuses on software construction. Key technologies are illustrated by example in Java, explained using design patterns, and accompanied by UML diagrams. Arciniegas opens the book with a succinct expression of XML fundamentals such as namespaces and DTDs. Following is professional coverage of the core technologies: SAX2, DOM2, XPath, XLink, XPointer, XSLT, XML Schemas. This text also explores Wireless applications, XML-RPC, and database integration. While many surveys are stuffed with specification detail or pointless listings, this book is suprisingly low-fat. The case studies (two complete applications) are my favorite part. It is refreshing to see actual analysis and design in a book of this type. Highly recommended.
8 of 8 people found the following review helpful
70/30 Rule, Wait for next, edition 2 July 2001
By Robert Leland - Published on Amazon.com
Format:Paperback
Heartened by the glowing reviews I bough this book from Amazon. After --reading-- the first half of the book, and studying the examples, I was disappointed at the hastily written, and unproofed examples such as :

Page 18

<list>

<product> (Content deleted ....)

<product> <--------- This should be </product>

<list> <---------- This should be </list>

At first I thought an editor had 'corrected' these examples, however there are other places: Chapter 5 Page 115, QuadTreeViewer.Java

// Ask the creator to make a quadtree out of an XML file

try {

Quadtree myTree = myDirector.readFromXMLFile("filename");

}

catch (CreationException e){

System.out.println ("Unable to create quadtree from " +

filename);

}

Note readFromXMLFile("filename") is clearly a bug. If I can't trust an author to check to make sure a program is correct, how can I trust that he has verified that what he says is correct? I checked on his CD and the source code was the same. There are automated tools out there for making sure programs inside of document compile, and are tested,so there are just no excuses. One author I rely on is Bruce Eckel. He has an engaging writing style and automated tools to assure that code compiles, and JUnit tested. There are other gripes like missing files on the CD, etc.

The author did have a good section about good design patterns to use when working with SAX, and common pitfalls.

Since the author doesn't credit anyone in the introduction I assume that it had very little technical review, and it shows. I will continue using this book as a occasional reference. Also note that the webb site listed for errants has been deactivated.

70% of the work is completed in 30% of the time. Because of the may mistakes in the examples, I wouldn't recommend this book for beginners, look else where. For the intermediate programmer who can quickly spot the many code/technical mistakes I would say go to your local book store and personally browse this book BEFORE buying it.

10 of 11 people found the following review helpful
Excellent Book 4 Feb 2001
By "rcasalla" - Published on Amazon.com
Format:Paperback
This is a great book about XML. It covers almost every XML-related available technology in a very well integrated way. The examples are pertinent, complete and useful. It is not a presentation of specifications but a big tutorial of how using these technologies to develop real applications. Without doubt this book should be a reference for XML developers.
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