Chapter 35. Transitioning to CORBA

FAQ 35.01 What is CORBA?

image

CORBA stands for Common Object Request Broker Architecture. It is a standardized way for objects to communicate with one another even if the objects exist on different computers and/or if they are written in different programming languages.

CORBA is a specification rather than an implementation—the various CORBA vendors have created software that complies with (or tries to comply with) the CORBA specification. There are numerous CORBA implementations on the market and CORBA is readily available on most platforms.

FAQ 35.02 What is an ORB?

ORB stands for Object Request Broker. The ...

Get C++ FAQs, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.