ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Object Persistence Beyond Object-Oriented Databases
Author:
R Sessions
ISBN:
0 13 192436 2
Publisher:
Prentice Hall
Pages:
250pp
Price:
£30-50
Reviewer:
Mark Radford
Subject:
object oriented; database
Appeared in:
10-5
This is a book about the OMG's POS (persistent object services) standard, a standard specifying interfaces through which objects can be saved and loaded with datastore independence. The author was an architect of IBM's submission when, in the early nineties, the OMG put out a request for proposals for a persistent object service specification. The book is aimed at anyone who wants an overview of the POS standard, but doesn't want to get into the technicalities of the standard specification.

Coverage is comprehensive, from a historical narrative of the events leading up to the adoption of the standard, to a chapter covering issues of interest to datastore vendors. The book does not limit itself to POS, but covers other issues relevant to the OMG view of objects such as the object life cycle, trans-actions and security. The explanations are accompani-ed by plenty of sample code, most of it in C.

One of the largest chapters is the chapter on the OMG's interface definition language (IDL). IDL is a language designed not for programming, but for specifying object interfaces independently of programming language. Knowledge of IDL is a pre-requisite to the study of any OMG specification and this comprehensive chapter may justify the purchase of the book. There are many examples of how the IDL code translates into C, leaving blanks for the programmer to fill in.

I enjoyed this book. I found it informative and easy to read.