Tuesday, May 18, 2010

Elevator Pitch 2

Elevator Pitch

Here is Elevator Pitch for Assignment 2.
CORBA stands for Common Object Request Broker Architecture. CORBA is an industry standard developed by The Object Management Group to support distributed objects programming. CORBA is just a specification for creating and using distributed objects; CORBA is not a programming language.
The CORBA architecture is based on the object model. This model is derived from the abstract core object model defined by the OMG in the Object Management Architecture Guide
The model is abstract in the sense that it is not directly realized by any particular technology; this allows applications to be built in a standard manner using basic building blocks such as objects. Therefore, a CORBA-based system is a collection of objects that isolates the clients from the servers by a well-defined encapsulating interface. It is important to note that CORBA objects differ from typical programming objects in three ways:
• CORBA objects can run on any platform.
• CORBA objects can be located anywhere on the network.

• CORBA objects can be written in any language that has IDL mapping.


No comments:

Post a Comment