Wattle Software - producers of XMLwriter XML editor
 Bookstore Home | XMLwriter Home | Search | Site Map 
XML Related
 General XML
 XSLT & Stylesheets
 XHTML
 SGML
 XML DTDs
 XML Schema
Web Development
 Web Graphics
 HTML
 Dynamic HTML
Web Services
 General Web Services
 UDDI
 SOAP
 WSDL
 Programming/Scripting 
 PHP Programming
 Perl Programming
 Active Server Pages
 Java Server Pages
 JavaScript
 VBScript
 .NET Programming
 
XMLwriter
 About XMLwriter
 Download XMLwriter
 Buy XMLwriter
XML Resources
 XML Links
 XML Training
 The XML Guide
 XML Book Samples
 

Professional XML Databases


By Michael Brundage, Patrick Dengler, Jeff Gabriel, Andy Hoskinson, Michael Kay, et. al.
 
Image of: Professional XML Databases
Pricing Details:

List Price:$49.99
You save:-- (--)
Your Price:Currently Unavailable
Buy Now

Book Details:

Format:Paperback, 1005 pages.
Publisher:Wrox Press 2000-01-15
ISBN:1861003587

Average Customer Rating:

4.0 4 out of 5 stars (9 reviews)

Editorial Reviews:

: In this book, we look at how to integrate XML into your current relational data source strategies. With the increasing amount of data stored in relational databases, and the importance of XML as a format for marking up data - whether it be for storage, display, interchange, or processing - you need to have command of four key skills: understanding how to structure, process, access, and store your data.

By introducing guidelines for how to model your XML documents in relational databases and how to model relational database information as XML, we will establish structures that enable quick and efficient access, and make our data more flexible. We then look at the developer's XML toolbox, discussing associated technologies and strategies that will help us in describing, processing, and manipulating data. We also discuss common techniques for data access, data warehousing, transmission, and marshalling and presentation, giving working examples in every chapter.

Whether you are using XML for storage, as an interchange format, or for display, this book looks at some of the key issues you should be aware of when structuring, processing, accessing, and storing your documents.

In addition to being a tutorial for learning how to use XML as an effective way to represent and transmit data across the Web, Professional XML Databases also covers how to work with XML in the current generation of Microsoft tools, like Internet Explorer and SQL Server 2000. For any developer or manager who works with databases on the Windows platform, this book shows how you can delve into XML today for real projects.

With endorsements from virtually every major vendor (including Microsoft), XML looks to be a compelling standard for sharing corporate data between organizations. Professional XML Databases examines how to integrate XML into your organization's database infrastructure. Early sections concentrate on the rules and strategies for designing effective XML documents (DTDs) that mimic traditional tables (including links between tables). By providing almost a dozen rules on how to do this correctly, the book assures that you'll learn not only the basics of XML syntax but also the correct way to create DTDs that are efficient, easy to maintain, and readable across your business. (Further sections reverse this process and show you how to create database tables based on XML.)

Subsequent sections cover many of the standards and APIs in today's XML, from XML Schemas, the XML W3C Document Object Model (DOM), and the Simple API for XML (SAX), to related standards like XSLT, XPath, and XPointer. A number of books cover these APIs, but this one provides a unique focus by examining Microsoft tools and their support for XML. This means there is coverage of Microsoft ADO (and ADO+, now called ADO.NET) for querying databases and packaging the results as XML. Sections on SQL Server 2000 highlight ways to use XML in this product, both as results and through XML views.

Closing sections explore options for working with XML for data warehousing and transmitting data efficiently across organizations. Sections on Java and the DB Prism (an open-source XML framework) help give this book a perspective that extends beyond the Microsoft platform.

For any database developer or designer who needs to architect XML documents in order to share data in real projects, this advanced treatise on the right way to define and use XML will prove highly valuable. For anyone who uses SQL Server 2000, this book also points the way toward using XML standards in actual shipping products on the Microsoft platform. --Richard Dragan

Topics covered:

  • Hints for effective XML document design (including XML for text and XML for databases)
  • Designing XML for existing database tables
  • Creating database tables from XML
  • Standards guidelines for XML used within (and between) organizations
  • XML Schemas
  • The XML W3C Document Object Model (DOM)
  • Using the Simple API for XML (SAX)
  • XSLT
  • XPath used with style sheets and templates
  • Resource linking with XLink
  • Overview of additional emerging XML-based standards (including XBase, XInclude, XHTML, and XForms)
  • The XML Query language
  • Converting between flat file databases and XML
  • Introduction to Microsoft ADO, ADO+ (ADO.NET), and XML
  • Storing and retrieving XML in SQL Server 2000 (including OPENXML and XML views)
  • Tutorial for JDBC programming
  • JDBC used with XML
  • Data warehousing
  • Data transmission with XML
  • The Simple Object Access Protocol (SOAP)
  • Marshalling and presentation with XML (including a WML example for generating wireless content)
  • Sample case studies for SQL Server 2000 showing XML techniques
  • DB Prism (an open-source dynamic XML framework)
  • XML and database primers
  • References for XML datatypes and SAX


Customer Reviews:

Displaying 1 to 5 of 9 total reviews (Page 1 of 2):

5 out of 5 stars Book Rocks!!

this is very well written book. the material presented in this book are exhaustive and gets you good insight on how xml would be used with dbms. the chapters 2,3 and 4 are very informatiove as they list ou tthe steps required for converting db table to xml and vice versa.

2 out of 5 stars No details on NATIVE XML DBs???

Interesting that you basically ignore native XML DBs. They are the definitive choice in most XML Document Centric environments. While RDBs remain quite strong in XML Data Centric models, they must resort to BLOBs or risk an order of magnitude of sluggishness compared to native XML DBs, such as our GoXML DB. Even with BLOBs, you cannot create a new document from multiple existing documents because of the columnar structure. The lack of a full table of contents when your title is 'Professional XML Databases' is disappointing...

Concerned XML Enthusiast

5 out of 5 stars Good overview of new XML and database trends

I read through this book at more of an advanced developer level, so I'm going to treat it from that level.

The chapter on XQuery was great; it answered many of my questions concisely. There is very little information on the web about XQuery outside the W3.org site, so I was surprised to find such high quality information in a book.

XPath is also a newer API that is covered well in this book, giving you enough information to get your project going.

If you're planning to do any kind of development with XML coming in or going out of a relational database, this is an excellent book to buy. I also recommend Professional XML from Wrox and O'Reilly's XML in a nutshell.

5 out of 5 stars Excellent

If you want to exploit SQL's support for XML, this is THE BOOK to buy. The book does NOT come with a CD, but the code samples can be downloaded from Wrox's site in a zip file. This book is not for the XML or SQL novice, but if you have a rudimentary education in either (as I do, I only started using SQL Server 2000 a couple of weeks ago) then you should be able to follow it.

3 out of 5 stars MS and Jave....?

There are too many people who work just on MS platforms (VB, VC++) or just in the Jave so why for heaven sake one should buy a book talk about the two of them...

More Customer Reviews:
Next Page


Customers who bought this book were also interested in:


Beginning XML Databases (Wrox Beginning Guides)


XML Problem Design Solution (Programmer to Programmer)


XML Data Management: Native XML and XML-Enabled Database Systems


Designing XML Databases


Beginning XML, 4th Edition (Programmer to Programmer)

 

Find similar books by category...


Search for more:

Search books:  



Google
 
Web XMLwriter.net




Last updated: Thu Dec 4 16:22:27 CST 2008
© Wattle Software 2007. All rights reserved.