Everything2
Near Matches
Ignore Exact
Full Text
Everything2

Common Object Request Broker Architecture

created by REwT6

(thing) by smileloki (1.1 y) (print)   ?   (I like it!) 1 C! Fri Nov 01 2002 at 2:27:39

CORBA is the acronym for Common Object Request Broker Architecture, a vendor-independent architecture that applications can use to work together over a network designed by Open Management Group (OMG). It is an open standard that uses the standard protocol IIOP so a program based on CORBA by any software company on any computer can interoperate with a CORBA-based program from another vendor on almost any other system. In other words, it is a distributed system

A CORBA application is composed of objects that usually represent something in the real world. For example, a shopping web site would have a number of instances of a shopping cart object. CORBA 1.0 was released in October, 1991 and defined the Interface Definition Language (IDL) and the Application Programming Interfaces (API) which made it possible for clients and servers to interact within a certain implementation of an Object Request Broker (ORB). It was followed by CORBA 1.1 in February, 1992 which was the first widely released version of CORBA. Version 1.2 (December, 1993) closed some ambiguities, mostly in memory management and object reference comparison. CORBA 2 was introduced in August, 1996 and refers to the version of CORBA that uses the IIOP protocol and CORBA 3 refers to the CORBA Component Model. Companies such as Raytheon and The Weather Channel have found CORBA to be very useful in their internal systems

What makes CORBA unique is the separation of interface from implementation which is enabled by IDL. Although the interface to each object is very strictly defined the implementation of an object is hidden from the rest of the system so the client cannot see it. Only through the public interface can a client access an object. The remote invocations work first through having the client obtaining the object reference so the client knows what kind of object they're invoking. The client also knows which operations they can perform on an object. Although the client's Object Request Broker (ORB) and the object's ORB must agree on a common protocol, almost all of the speak IIOP since OMG requires it for interoperability. For example, a customer on an online shopping web site clicks on a shopping cart object. The customer does not know which machine the object is on, but they know exactly what actions they can perform (update cart, checkout), what parameters they are limited to (prices, how many of the items in question are in stock), and what they need to do.

An example of a problem and the IDL file CORBA would use to help solve it:
"The application that we will build involves an AircraftCarrier class and an Aircraft class. The client application will send a message to an AircraftCarrier instance to launch an Aircraft instance. Once the Aircraft has been launched, it can be queried for it's code number and also ordered to change altitude. "

// Ship.idl
module Ship {

interface Aircraft {
string codeNumber();
void attitude(inout long altiude, in string direction);
};

interface AircraftCarrier {
Aircraft launch(in string name);
};

};
- From Infowave's CORBA Java Code Clinic


Sources:
http://www.corba.org
http://www.omg.org
http://www.waveman.com/etac/corba/page2.html


printable version
chaos

Enterprise JavaBeans CORBA IIOP Myth of objectivity
Las Vegas call girl phone phreak conspiracy Kompressor M42 cold fusion
Distributed system Visual Basic Object Properties DCOM Broker
John Adams's 1800 State of the Union Address em Demonyms of Australia COFF
WSDL gnome object oriented database systems Genidentity
Radio Times EDC Kabukicho EDI
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.
  Epicenter
Login
Password

password reminder
register

Everything2 Help

Cool Staff Picks
After stirring Everything, these nodes rose to the top:
Union of Soviet Socialist Republics
A Study In Scarlet
Where people go when people die
Diary of an Eating Disorder
quantum evolution
Special Alt key characters & accents
Tell me a story about clouds
Scottie
An eyewitness account of the Nagasaki bombing
I will love them all when everyone else is long gone
Blues rules
Paper airplane
How not to beat Jet Li's kung-fu style in "Fist of Legend"
New Writeups
octillion369
Frost wyrm(person)
kalen
Three "T"s(idea)
octillion369
Undead(idea)
archiewood
Ico(fiction)
Heisenberg
Why I love Everything2(log)
octillion369
Death Knight(person)
XWiz
Are you hoping for a miracle?(review)
santo
The Host(review)
LostPsion
"Shut the Fuck Up" Theaters(idea)
beatrice
You've been slowly taking me over for nearly a year, do you know that?(idea)
Berek
YouTube(thing)
shaogo
How to Pretend to Have a Job(idea)
hapax
Les Provinciales(review)
zoeb
The Scene(review)
aneurin
Telephone Numbers for drama purposes(idea)
This affordable entertainment brought to you by The Everything Development Company