Advertisement
Membership
Login
ACCU Buttons
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.
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.
Title:
Advanced CORBA Programming with C++Author:
Henning&VinoskiISBN:
0 201 37927 9Publisher:
Addison-WesleyPages:
1082ppPrice:
$54-95Reviewer:
Steve CornishSubject:
CORBA and COMAppeared in:
11-6This 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.