Search Books

Advanced CORBA® Programming with C++

Author Michi Henning, Steve Vinoski
Publisher Addison-Wesley Professional
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
63.00 79.99 USD
🛒 Buy New on Amazon 🇺🇸 🏷 Buy Used — $0.01

✓ Usually ships in 24 hours

Share:
Book Details
ISBN / ASIN0201379279
ISBN-139780201379273
AvailabilityUsually ships in 24 hours
Sales Rank1,036,359
MarketplaceUnited States 🇺🇸

Description

Written for the experienced C++ developer facing real-world CORBA for the first time, Advanced CORBA Programming with C++ is a useful guide to today's most popular standard for distributed computing.

After a quick tour of CORBA basics, the authors jump right in with a minimum skeleton application written in C++. From there, they provide truly extensive coverage of CORBA IDL, along with many tips for using IDL data types in C++. (They cover advanced features such as any, TypeCode, and DynAny later in the book.).

Next the book unveils its sample application--a distributed climate control system. Material on the Portable Object Adapter and the Object Life Cycle, including garbage collection strategies, rounds out this section. Additional chapters examine the details of Object Request Brokers (ORBs), including Internet Inter-ORB Protocol (IIOP), repositories, and binding. The authors also present CORBA's built-in APIs for Naming, Trading, and Event Services (including asynchronous event handling), which is most useful as reference material.

Final sections examine strategies for better scalability, including multithreading and optimizing network traffic for CORBA objects. The authors provide numerous short excerpts of C++ code, though it must be said that much of this book is reference material rather than a hands-on programming tutorial. --Richard Dragan