Common Object Request Broker Architecture
In computing, Common Object Request Broker Architecture (CORBA), is a standard for software componentry. The CORBA standard is created and controlled by the Object Management Group (OMG). It defines APIs, communication protocol, and object/service information models to enable heterogeneous applications written in various languages running on various platforms to interoperate. CORBA therefore provides platform and location transparency for sharing well-defined objects across a distributed computing platform.
In a general sense CORBA “wraps” code written in some language into a bundle containing additional information on the capabilities of the code inside, and how to call it. The resulting wrapped objects can then be called from other programs (or CORBA objects) over the network. In this sense, CORBA can be considered as a machine-readable documentation format, similar to a header file but with considerably more information.
CORBA uses an interface definition language (IDL) to specify the interfaces that objects will present to the world. CORBA then specifies a “mapping” from IDL to a specific implementation language like C++ or Java. This mapping precisely describes how the CORBA data types are to be used in both client and server implementations. Standard mappings exist for Ada, C, C++, Lisp, Smalltalk, Java, and Python. There are also non-standard mappings for Perl and Tcl implemented by ORBs written for those languages.
The CORBA IDL is only one example of an IDL. The following diagram illustrates autogeneration of the infrastructure code from an interface defined using the CORBA IDL:
This diagram illustrates how the generated code is used within the CORBA infrastructure:
In addition to providing users with a language and a platform-neutral remote procedure call specification, CORBA defines commonly needed services such as transactions and security.
Key Features
- Internet InterORB Protocol (IIOP)
- Dynamic Invocation Interface (DII Dynamic Invocation Interface)
- Dynamic Skeleton Interface (DSI Data Source Interface)
- Interface Repository (IFR Interface Repository)
- Objects by Value (OBV Objects by Value)
- CORBA Component Model (CCM CORBA Component Model)
- Portable Object Adapter (POA Portable Object Adapter)
- General InterORB Protocol (GIOP General InterORB Protocol)
- JAVA to IDL mapping
CORBA implementations
- Borland Enterprise Server, VisiBroker Ed. -
- A CORBA 2.6–compliant commercial ORB for Java and C++ from Borland.
- Combat - A Tcl ORB, and a Tcl layer for C++ ORBs.
- e*ORB -
- A commercial ORB for Ada, C and C++ from PrismTech.
- ILU - An open software object interface system from Xerox PARC.
- IIOP.NET -
- A Free Software (LGPL) ORB for Microsoft .NET.
- JacORB -
- A Free Software (LGPL) ORB implemented in Java.
- MICO -
- A Free Software (GPL) ORB implemented in C++.
- omniORB -
- An Free Software (LGPL) ORB for C++ and Python.
- OpenORB -
- A Free Software (BSD) ORB for Java.
- Orbacus - commercial C++ ORB by IONA Technologies
- ORBit2 -
- A Free Software (LGPL) ORB for C, C++ and Python.
- Orbix - commercial ORB by IONA Technologies
- OrbRIVER -
- A commercial ORB for Ada, C++ and Java from Topgraphx.
- Perl ORB -
- An open-source (Artistic License) ORB implemented in Perl.
- PolyORB -
- A Free Software (MGPL) ORB implemented in Ada.
- Python ORB -
- A Free Software (Python license) ORB implemented in Python.
- SANKHYA Varadhi -
- A commercial ORB for C++
- TAO -
- The ACE ORB, an open-source ORB for C++
- VBOrb -
- A Free Software (LGPL) ORB for Visual Basic
See also
- Component technologies
- Remote procedure call
- Java remote method invocation
- Web service
- Distributed computing
- Servant (CORBA)
- Etherealization
- Incarnation
- Java 2 Platform, Enterprise Edition
- GNOME Bonobo
References
- Thomas J. Mowbray, Raphael C. Malveau: CORBA Design Patterns, John Wiley & Sons, ISBN 0-471-15882-8
- Robert Orfali: The Essential Client/Server Survival Guide, John Wiley & Sons, ISBN 0-471-15325-7
- Robert Orfali, Dan Harkey, Jeri Edwards: The Essential Distributed Objects Survival Guide, John Wiley & Sons, ISBN 0-471-12993-3
- Robert Orfali, Dan Harkey: Client/Server Programming with JAVA and CORBA, John Wiley & Sons, ISBN 0-471-24578-X
- Michi Henning, Steve Vinoski: Advanced CORBA Programming with C++, Addison-Wesley, ISBN 0-201-37927-9
- Axel Korthaus, Martin Schader, Markus Aleksy: Implementing Distributed Systems with Java and CORBA, Springer, ISBN 3-540-24173-6
- Fintan Bolton: Pure Corba, Sams Publishing, ISBN 0-672-31812-1
- Jon Siegel: CORBA 3 - Fundamentals and Programming, John Wiley & Sons, ISBN 0-471-29518-3
- Ron Zahavi: Enterprise Application Integration with CORBA: Component and Web-Based Solutions, John Wiley & Sons, ISBN 0-471-32720-4
- Bret Hartman, Konstantin Beznosov, Steve Vinoski, Donald Flinn: Enterprise Security with EJB and CORBA, John Wiley & Sons, ISBN 0-471-40131-5
- Thomas J. Mowbray, Ron Zahavi: The Essential Corba: System Integration Using Distributed Objects, John Wiley & Sons, ISBN 0-471-10611-9
- Michael Rosen, David Curtis: Integrating CORBA and COM Applications, John Wiley & Sons, ISBN 0-471-19827-7
- Gerald Brose, Andreas Vogel, Keith Duddy: Java Programming with CORBA, John Wiley & Sons, ISBN 0-471-37681-7
- John Schettino, Robin S. Hohman, Liz O'Hara: CORBA For Dummies, Hungry Minds, ISBN 0-764-50308-1
- Jeremy L. Rosenberger: Teach Yourself CORBA in 14 Days, Sams Publishing, ISBN 0-672-31208-5
- Jon Siegel: Quick CORBA 3, John Wiley & Sons, ISBN 0-471-38935-8
- Robert Orfali, Dan Harkey, Jeri Edwards: Instant CORBA, John Wiley & Sons, ISBN 0-471-18333-4
- Paul Harmon, William Morrissey: The Object Technology Casebook, John Wiley & Sons, ISBN 0-471-14717-6