CSC/ECE 517 Fall 2010/ch6 6i CB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''CORBA''' | '''CORBA''' | ||
=Introduction= | |||
'''Corba''' is the acronym for "Common Object Request Broker Architecture". It is a vendor independent architecture and infrastructure that computer applications use to work together over networks. A Corba based program from any vendor, on almost any computer, operating system, programming language can interact with a corba based program from any vendor on any computer, operating system, programming language. It uses [http://en.wikipedia.org/wiki/General_Inter-ORB_Protocol IIOP] protocol to form the communication between two corba based programs. |
Revision as of 05:47, 13 November 2010
CORBA
Introduction
Corba is the acronym for "Common Object Request Broker Architecture". It is a vendor independent architecture and infrastructure that computer applications use to work together over networks. A Corba based program from any vendor, on almost any computer, operating system, programming language can interact with a corba based program from any vendor on any computer, operating system, programming language. It uses IIOP protocol to form the communication between two corba based programs.