XML is the industry standard for the sharing, formatting, and processing of data. Still, the bulk of applications that require persistent storage use relational databases, converting data to and from XML, and adding overhead, latency, and unnecessary application layers. This book covers Sleepycat's Berkeley DB XML, an embedded XML database, and will show you how to avoid that added overhead by utilizing a storage mechanism that stores the data natively in XML. Berkeley DB XML runs on all major operating systems and has support for the most popular programming languages.
Berkeley DB XML has the potential to dramatically change and simplify the development of your application's data tier. Programmers and engineers owe it to themselves to understand the technologies that are taught in this book. XML developers love it for its elegance: BDB XML brings that same elegance to the data store: no more SQL, no more database daemons, no more complex schemas or table techniques to make semantically rich data relational. Of course relational database have and will always have a place in network applications. But for a large portion of the applications being built, BDB XML is a superior solution.
Danny Brian presents XML basics from the ground up, installation and configuration of Berkeley DB XML, and then delves into the cutting-edge technologies behind Berkeley DB XML: flexible XML indexing, powerful queries with XPath 2.0, and complex operations using XQuery and FLWOR expressions. The book continues with coverage of the API for C++, Java, Perl, Python, and PHP. In this book you will also learn how to manage the database and learn tips and tricks that you can immediately apply to your own applications.
|
8 of 10 people found the following review helpful: By Amazon Verified Purchase(What's this?) This review is from: The Definitive Guide to Berkeley DB XML (Hardcover) I tend not to buy too many technical books because they are usually written by someone who had the time to write them not someone that knows anything. They are usually out of date, and quite often only tell you what you can find in man pages anyway. Still you sometimes pick up a few tips that you might save you a little time.
I was somewhat surprised then to find, as I read through the myriad editing errors and appalling grammar in this 'book' that there wasn't actually ANY useful content at all. In fact if you don't know anything about databases or XML before you read this book, then you will take away some very strange ideas about data such as what is/should be repeating groups, why you use attributes and so. These will probably harm you rather than help. Even the editing sucks in this book. Obviously someone (well you know who they are because they all get introduced as stars at the front) went through the book and looked for things that might not be...Read more 6 of 9 people found the following review helpful: This review is from: The Definitive Guide to Berkeley DB XML (Hardcover) Danny Brian writes in a very straight forward and very easy to understand method. The book works well as a training tool and has a resource for anything you could ever want to know on XQuery and Berkeley DB. Finally someone compiled the information on XQuery and put it in one easy to use resource as an appendix (Book is worth it just for this!). Book also has a great appendix for people just starting out in XML or even if you just need to brush up on your XML syntax. Even if you are not interested in Berkeley DB you will be by the time you read this! 1 of 2 people found the following review helpful: By Amazon Verified Purchase(What's this?) This review is from: The Definitive Guide to Berkeley DB XML (Hardcover) I like the book, shows both C++ and perl style code to parse XML formats...it doesn't cover libxml which I was looking for, but I learn another way to do it :) |