XML Programming Bible: Bible Series, Book 129 and over one million other books are available for Amazon Kindle . Learn more

Have one to sell? Sell yours here
XML Programming Bible
 
 
Start reading XML Programming Bible: Bible Series, Book 129 on your Kindle in under a minute.

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

XML Programming Bible [Paperback]

Brian Benz , John Durant


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £25.06  
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


More About the Author

Brian Benz
Discover books, learn about writers, and more.

Visit Amazon's Brian Benz Page

Product Description

Product Description

  • Covers all the most recent XML core and related specifications including XML 1.1, J2EE 1.4, Microsoft .NET′s latest iteration, as well as open source XML items from the Apache project.
  • Strong coverage of XML use with databases, transactions, and XML security.
  • Discusses both Microsoft (.NET) and Sun (Java) programming integration with XML, an approach not taken in any other book.
  • Presents extensive business examples, including several major applications developed throughout the book.
  • No previous exposure to XML is assumed.

From the Back Cover

If XML can do it, you can do it too...

Here, at last, is a single reference that covers both Microsoft .NET and Java programming integration with XML. It will have you up and running quickly with a solid grounding in the most recent core and related specifications, then provide you with essential details for managing databases, financial transactions, XML security, and more. If you’re an information architect or developer, this is your one essential resource for structuring data with XML in application development, both on and off the Web.

Inside, you’ll find complete coverage of XML programming

  • Explore the full range of XML specifications, including new XML 1.1
  • Use XML with J2EE 1.4, the newest version of Microsoft .NET, and open source XML tools from Apache
  • Gain knowledge of both Microsoft .NET and Java™ programming integration with XML
  • Find out how XML excels in communication between applications in business settings where Java and .NET coexist
  • Examine extensive business examples, including several major applications developed throughout the book
  • Learn how to access and format XML data from SQL Server®, Oracle®, or DB2® databases
  • Transform relational XML output into other formats
  • Create and deploy .NET Web services and build a .NET Web services client
  • Apply authentication and security measures for Web services

Inside This Book (Learn More)
First Sentence
This book is targeted at programmers who need to develop solutions using XML. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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
 

Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  6 reviews
15 of 16 people found the following review helpful
Ive found my new favorite XML resource. 27 Jan 2004
By Kathleen A Dollard - Published on Amazon.com
Format:Paperback
Because I do a lot of XML and XSLT my shelves are littered with XML and XSLT books. Although the information I am looking for is somewhere on the shelf, I sometimes have a hard time finding it. The first part of the XML Programming Bible largely fixes this problem. It provides the core information in an easy to find manner. For example, the XML Schema (XSD) elements are alphabetically listed as a group instead of broken out on the basis of there task. It also includes the type of minutiae I occasionally can't avoid - like the long list of the current DOM working drafts. This part of the book hit the right slot for me between a primer and deeper reference texts that sometimes obscure basic information with more details than I want to accomplish a given task.

The second and third sections offer an overview of using XML in Office and J2EE respectively. The fourth section is an overview of interacting with relational data. This part is a light reference into technologies like SQLXML but it should be enough to get you started, such as interacting directly with SQL Sever with FOR XML and updategrams. The book ends with four sections on Web Services. The nice thing about the WebServices sections is that it covers a bunch of technologies used on both .NET and Java/Unix platforms. The coverage of individual technologies isn't deep, but it's enough to understand the basic approach and capabilities of each tool. I don't need this type of information often, but nothing previously on my shelf covered this range of technologies.

This isn't a book for rank XML beginners. It doesn't spend waste explaining well-known fundamentals or the grisly history of schemas. Nor is it an in depth reference on any of the topics it covers. But it captures the depth I need when I'm trying to remember some specific piece of information, need a quick review, or need to dive into something I haven't done before - like working with XML from Excel.

13 of 15 people found the following review helpful
Excellent book! 4 July 2004
By Thomas Duff - Published on Amazon.com
Format:Paperback
As a follow-up to the XML 1.1 Bible review, I took a look at the XML Programming Bible by Brian Benz with John Durant (Wiley). For those who want to use XML within their application development (as opposed to just web pages), this is the perfect follow-on book to have.

The chapter breakout...
Part 1 - Introducing XML - XML Concepts; XML Documents; XML Data Format and Validation; XML Parsing Concepts; Parsing XML with DOM; Parsing XML with SAX; XSLT Concepts; XSL Transformations; XSL Formatting Objects
Part 2 - Microsoft Office and XML - Microsoft XML Core Services; Working with the MSXML DOM; Generating XML from MS Access Data; Creating an Excel Spreadsheet from an XML Data Source
Part 3 - XML Web Applications Using J2EE - XML Tools for J2EE: IBM, Apache, Sun, and Others; Xerces; Xalan; XML APIs from Sun
Part 4 - Relational Data and XML - Accessing and Formatting XML from SQL Server Data; Accessing and Formatting XML from Oracle Data; Accessing and Formatting XML from DB2; Building XML-Based Web Applications with JDBC; Transforming Relational XML Output into Other Formats
Part 5 - Introducing Web Services - Web Services Concepts; SOAP; WSDL; UDDI; Microsoft Web Services; J2EE Web Services
Part 6 - Microsoft .Net and Web Services - Creating and Deploying .Net Web Services; Accessing .Net Web Services; Building a .Net Web Services Client
Part 7 - Web Services and J2EE - Web Service Tools for J2EE: IBM, Apache, Sun, and Others; Web Services with the Sun Java Web Services Developer Pack; Apache Axis; Access Web Services from Java Applications
Part 8 - Advanced Web Services - Accessing Relational Data via Web Services; Authentication and Security for Web Services; Index

I think I got finger cramps just typing all that! :-)

Seriously, there's really good material here. The assumption is made that you already understand basic XML technology. Benz doesn't spend an inordinate amount of time covering introductory material. Part 1 does do a bit of that, but only enough to establish the basic direction for the rest of the book. There is much more attention paid to XML concepts that come into play for programmers, such as the document object model of XML and how the two types of parsers (DOM and SAX) work. The rest of the book is highly practical, with examples of how to generate or access XML data using a variety of platforms, such as Microsoft Office, .Net, J2EE, Oracle, etc.

For me personally, I appreciate the emphasis on code and working examples. I have always learned more by taking something that works, tearing it apart, and using it as the basis for my own efforts. Benz has provided many examples that provide just that opportunity. Being that he doesn't restrict his writing to a single platform (like .Net or J2EE), this is one of few books that have a cross-over appeal to many technology platforms. If you happen to work in a shop that uses both Microsoft and Java technologies, you'll be able to get a single book that will assist you on both sides of the fence.

Basically, there's nothing I can find fault with for this book. It's solid writing of essential information you need for using XML in your various applications. This is a book that gets my highest recommendation.

9 of 10 people found the following review helpful
Going from "heard of" to "knowing about" XML in a few mins 1 Feb 2004
By Edmundson D. Effort - Published on Amazon.com
Format:Paperback
As a graduate student who had "heard of" XML and was given a brief (as in a half of a powerpoint slide) introduction, I found myself in need of a XML reference book for the new job I had taken. My first choice was unavailable at the local Barnes & Noble so I picked up a few book and browsed the pages that were related to what I was going to be doing (updating parser and API code). Not only was able to find what I was looking for in this book, but in the twenty second glance that I gave it I noticed that the physical layout of the book was easy on the eyes.

The books pages seemed to be made of the same material most for-pleasure reading books are composed of instead of the college textbook type material. While that may seem trivial to some, what good is a book if the pages within it evoke memories of long, don't-want-to-read-five-more-chapters-but-I-have-to-study-for-test-in-six-hours days? Its still a reference book but every little bit helps.

Like the original, this bible uses examples to help illustrate the various topics covered in the book. The examples are to the point and pretty easy to understand, and where necessary, some screen shots are provided to help as well. The book also has a very comprehensive listing of methods, their parameters, details of their usage, and what APIs/languages/libraries support them. The contents are well laid out, most of the time you can simply just start skimming and quickly find what your looking for without even visiting the index.

In all honesty, if you have never programmed anything more than a VCR in your life, this book is probably not something that you should start with. However, if you are going to be doing anything XML related then this a very good book to have within arms reach.


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