<< 1 >>
Rating: Summary: Precisely what we needed Review: At our company, we write Java applications. Soon, we got to the point that we needed a more formal way to read/write data than merely an ad hoc approach. We use XML. The obvious approach is to use a well tested relational database, like those supplied by IBM, Oracle or Microsoft. A problem was getting detailed, objective explanations of what would be involved with each choice. Each vendor is perfectly willing to be our "friend" and supply us with reams of documentation. But still...The chapters in this book that describe how to hook up XML to those 3 vendors' databases were excellent and clear. But what we ended up doing was going with something suggested in ANOTHER chapter - building an embedded XML database. You will not see this advocated by a vendor; there is no sale for them here. Other than this book, we found it tough to get lucid explanations of the pros and cons of this route. It will take more work, but we hope it will give better performance - no interprocess communication, for one thing. Plus of course no licence fees, and easier installation and management, since we will have access/own all the source code. This was not our original intention, by any means. But the book's comparative analysis was so persuasive that we ended up taking this road. (Hopefully, it will not be a dead end.) That one chapter on embedded XML databases was, to us, the most precious thing in the entire book!
Rating: Summary: Well overview of available products and strategies Review: I think it is a very good book. It describes several actors in the XML data storage world. It also points out several strategies to deal with XML in relational databases.
It is very easy to read and the language is very clear.
Some experience in XML and how to store it is recommended in order to get the most of it.
I really enjoyed the chapter on eXist as it really goes into details about the index and storage architecture. It is stays quite high level though.
It helps you understand pros and cons of the different products and architectures (client/server as opposed to embedded).
Everyone dealing with XML storage should read it.
<< 1 >>
|