Open Source XML Database Toolkit: Resources and Techniques

Overview

An in-depth look at making XML work with database applications.

This guide will arm you with the nuts-and-bolts information and tools you'll need to exploit XML's powerful capabilities. Focusing specifically on how XML works with database technologies—including relational and object-oriented databases—the book provides clear technical coverage of the key issues involved with storing XML in databases and using databases with XML applications.Expert Liam Quin first introduces you ...

See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (13) from $2.00   
  • New (2) from $50.0   
  • Used (11) from $2.0   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$50.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$55.50
Seller since Tue Oct 07 09:35:53 EDT 2014

Feedback rating:

(294)

Condition: New
Brand New Item.

Ships from: Chatham, NJ

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

An in-depth look at making XML work with database applications.

This guide will arm you with the nuts-and-bolts information and tools you'll need to exploit XML's powerful capabilities. Focusing specifically on how XML works with database technologies—including relational and object-oriented databases—the book provides clear technical coverage of the key issues involved with storing XML in databases and using databases with XML applications.Expert Liam Quin first introduces you to the main concepts of XML and then reveals how to work with this technology. He offers helpful tips and techniques to show you how to move data stored in relational databases in and out of an XML application. You'll also learn how to store XML documents in a database, find and use the best XML database tools and applications, and store links in a database for metadata access. You'll also gain a better understanding of W3C specifications for XQL, XSL, Xlink, and Xpointer. Programmers, Web developers, and technical managers who need to extract database contents as XML or store XML in a database will find this book to be an invaluable resource. This book concentrates on techniques rather than specific tools, but mentions a wide range of software, both commercial and open source, including:

  • FreeBSD, Solaris, and Linux
  • MySQL
  • XT and other XML processors
  • Apache
  • Oracle
  • SoftQuad XMetal and other XML editing software
  • Object Design's ObjectStore
The companion Web site at www.wiley.com/compbooks/quin features:
  • Additional resources
  • Utilities
  • Examples from the book
  • Updated information
Visit our Web site at www.wiley.com/compbooks/

About the Author:
LIAM QUIN was a member of the W3C Standards Committee for XML. He has been working with SGML since 1987 and was closely involved with XML from its inception. He is the coauthor of the XML Specification Guide and has published papers on SGML. Quin is also a frequent speaker at numerous conferences and is very active in standards committees.

Read More Show Less

Product Details

  • ISBN-13: 9780471375227
  • Publisher: Wiley
  • Publication date: 7/28/2000
  • Edition number: 1
  • Pages: 448
  • Product dimensions: 7.54 (w) x 9.26 (h) x 1.17 (d)

Table of Contents

RELATIONAL DATABASES AND XML.
Just Enough XML.
Client/Server Architecture. Just Enough SQL.
Generating XML from Relational Data.
Reading XML in a Program.
XML Database Applications.
XML AND DATABASES.
What Is a Database?
XML Repositories and Databases.
Implementation Strategies.
NON-RELATIONAL DATABASES.
Introduction to Object-Oriented Databases.
XML as Classes and Objects.
Dynamic Hashing: NDBM.
Text Retrieval Technology Overview.
XQL, XLink, Xpath and X Pointer Explained.
Hybrid Approaches.
LINKS AND METADATA.
Just Enough Metadata.
Storing Links and Metadata.
Sketches from the Forge: Sample Applications.
RESOURCE GUIDE.
Open Source Licenses.
Installing and Configuring Downloaded Software.
XML Parsers, Editors, and Utilities.
Databases, Repositories, and Utilities.
Further Reading.
Perl and XML.
Read More Show Less

First Chapter

INTRODUCTION

Welcome to The Open Source XML Database Toolkit. This book is not just for people who write code, but also for those who design and specify programs. There are chapters to introduce XML and databases of various types, and chapters to explain how to use them together, all in an open source environment.

Open Source

This book, as is obvious from its title, is about open source software. Most of the tools discussed are open source. Open source software is software that is distributed with its program source code, under a license that allows you to modify and redistribute that source code. In other words, if you don't like the way the program works, you are free to change it. People sometimes think that open source software refers to software that is free of charge, but that's not the case. Software in the context of open source is software that you are free to change and to use in any way you wish, as long as you don't try to restrict that freedom from other people.

That said, note that most open source software is distributed more or less free of charge, with development costs paid for by support fees, services, or even donations (there may be media and shipping charges, of course).

Also note that this book does mention software that is not open source, usually when the software is very significant or when there are no open source competitors. Even if the most appropriate tool is not free, it's better to use it than to be held back by ideology or dogma. Here are some examples of nonfree software mentioned in this book:

  1. Oracle (www. oracle. com). The most widely used high-end commercial relational database.

  2. Solaris (solaris. sun. com). The Sun Solaris operating system running on a Sun SPARC server is probably the best-engineered and most stable server platform today. The source code to Solaris is available for a small fee, but the license is restrictive.

  3. SoftQuad XMetal (www. softquad. com). XMetal is a widely used editor for XML documents. It offers a documentlike interface, a structured interface, and a source code view. However, it's only available to run under Microsoft Windows.

  4. Object Design's ObjectStore (www. excelon. com; www. odi. com). ObjectStore is one of the better-known object-oriented databases. Although there is a free version for Java (PSE), source is not available, and there are restrictions on its use.

  5. Most of the software described in this book is free. In a few cases, you may need to pay royalties if you use the software as part of a product or service that you sell, so be sure to check the licenses. Here are a few examples of free software mentioned in this book:

  6. FreeBSD (www. freebsd. org). FreeBSD is one of several open source and free operating systems mentioned in this book. The examples were tested on FreeBSD and Linux.

  7. MySQL (www. mysql. com). MySQL is a freely available relational database, although royalties may apply for some uses. It lacks many of the features of a high-end commercial system such as Oracle's, but it is very widely used and fast, and will take you a long way.

  8. XT (www. jclark. com). XT is an implementation of the XML Style Language Transformation specification, which is a complicated way of saying that it manipulates XML documents, for example to produce HTML or XHTML.

  9. Apache (www. apache. org). Apache is the most widely used Web server on the Internet. In addition to being open source and free, it is also very powerful and robust.

NOTE

Go to www. opensource. org for more information about the open source movement.

XML

The eXtensible Markup Language, XML, is a way of defining simple text-based representations of arbitrarily complex structured information. The term XML is also used to refer to data that's marked up in a format defined using XML.

This is a book about working with XML. You might have XML documents that you need to store in a database, or you might want to use XML as an interchange format.

Chapter 1 in Part One, "Just Enough XML", introduces the main concepts of XML.

Database

This is also book about using databases. You'll find an introduction to the Structured Query Language, SQL, in Chapter 3, "Just Enough SQL."

The book doesn't only address relational databases, though. You'll find descriptions of hashing (Chapter 12: "Dynamic Hashing: ndbm"), of object-oriented databases (Chapter 10, "Introduction to Object-Oriented Databases," and Chapter 11, "XML as Classes and Objects"), and of text retrieval databases (Chapter 13, "Text Retrieval Technology Overview").

In all cases, the emphasis is on using XML and databases together in an open source environment.

Toolkit

As in all the best toolkits, there are lots of toys to play with. Most of them are listed for reference in Part Five, "Resource Guide." The toolkit approach means that this book does not go deeply into any single product or tool, but instead focuses on using tools together. Chapter 2, "Client/Server Architecture," introduces network programming, but from then on, the idea of using applications together pervades the book.

The power lies in the way the tools work together. Not only are these open source tools, meaning you can change them to make them work together in the way you want, but they are also widely used and powerful tools, meaning you probably won't have to change them.

Welcome to the open source revolution.

About the Illustrations

The illustrations in printed books generally have to use crisp lines, as if everything was polished and perfect. But don't be deceived by this. A quick sketch on the back of an envelope, or on a whiteboard, can help people to understand the relationships between components where a textual description cannot. Never hesitate to draw pictures, and don't worry if they are not very polished.

Typographic Conventions

I've tried to keep things simple in this regard. In the few places where I've shown a session at an interactive terminal or shell, the prompt is given as the pound sign () if you need to be logged in as root, and as the dollar sign ($) otherwise. The text you type is in bold. Here's a brief example:

  1. $ pwd
  2. /export/ home/ liam
  3. $

The dollar sign on the third line shows the prompt after the command (pwd, print working directory) completed.

If you are thinking that this looks suspiciously like a Unix (or Linux) shell, you're right. If you're using Microsoft Windows, don't despair--there's a lot you can learn from this book. But if you want to write reliable high-performance database applications, you should develop them on Unix if you can. Imagine going for a whole year of development without a single machine crash and you'll see why.

Source code is shown with function names in bold when they are defined. This is just for your convenience, since books don't have a search command. If you type the examples into the computer, or download them, they are plain text, with no formatting. In the same way, comments are shown in italics.

What's on the Web Site?

At the companion Web site for this book (www. wiley. com/compbooks/quin) you can find:

  1. The complete text of the "Resource Guide" in HTML, with links to all of the resources mentioned.

  2. All of the examples and source code from the book, along with complete or enhanced examples.

  3. The data for the BookWeb example, along with a simple shell script to create the sample database using MySQL under Linux/Unix.

  4. The BookWeb site.

  5. AutoLinker, with the Glossary and the Dictionary examples.

  6. The sample Web server, written in Perl.

Other XML resources are added from time to time, and the "Resource Guide" is updated occasionally. And note, you may need your copy of the printed book ready before downloading the examples.

Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)