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:
Advanced CORBA Programming with C++
Author:
Henning&Vinoski
ISBN:
0 201 37927 9
Publisher:
Addison-Wesley
Pages:
1082pp
Price:
$54-95
Reviewer:
Steve Cornish
Subject:
CORBA and COM
Appeared in:
11-6
This book sets standards; anyone seriously thinking of writing should read this book and gasp in awe at the way this book works. Every section builds upon the last. For example, IDL is introduced and explained to the reader. Then a climate control system is defined and written in IDL. Then the IDL to C++ mapping is introduced. This is followed by the client side C++ mapping with the climate control system IDL as illustration, then the client is implemented. This is repeated with the server-side mapping to produce the climate-control server. Simple transitions like this make the book so good - the book itself mirrors the development processes involved, introducing what you need to know at each stage, instead of flooding the user with information. After being taken through the production of a simple system, the mechanisms of CORBA are introduced and discussed.

The naming, trading and event services get thorough treatment with over 200 pages of quality material between them. If that isn't enough for you, the authors have saved the best for dessert; the Power CORBA chapter considers multithreading, performance and scalability issues not touched by previous CORBA books.

As if that wasn't enough to get your mouth watering, the book deals with standards; standard C++ and standard CORBA (version 2.3 - the CORBA examples are vendor independent). HIGHLY RECOMMENDED.