G
gk
Hi,
here is a tutorial on CORBA
What is CORBA? What does it do?
CORBA is the acronym for Common Object Request Broker
Architecture, OMG's open, vendor-independent architecture and
infrastructure that computer applications use to work together over
networks. Using the standard protocol IIOP, a CORBA-based program from
any vendor, on almost any computer, operating system, programming
language, and network, can interoperate with a CORBA-based program
from the same or another vendor, on almost any other computer,
operating system, programming language, and network.
CORBA is an architecture .....its somewhat like a design then . who
implements this design ? whats the name of that implementation ? is
it implemented in C++ or in Java ?
say , I have an Application-1 written in Language X in machine-1 and
i have another Application-2 written in Language Y in
machine-2.....can CORBA help me to data exchange ? it seems it can
according to the tutorial .
do i need to write CORBA1 in machine1 and CORBA2 in machine2 ? and
they will talk via IIOP .....is it correct ?
here is a tutorial on CORBA
What is CORBA? What does it do?
CORBA is the acronym for Common Object Request Broker
Architecture, OMG's open, vendor-independent architecture and
infrastructure that computer applications use to work together over
networks. Using the standard protocol IIOP, a CORBA-based program from
any vendor, on almost any computer, operating system, programming
language, and network, can interoperate with a CORBA-based program
from the same or another vendor, on almost any other computer,
operating system, programming language, and network.
CORBA is an architecture .....its somewhat like a design then . who
implements this design ? whats the name of that implementation ? is
it implemented in C++ or in Java ?
say , I have an Application-1 written in Language X in machine-1 and
i have another Application-2 written in Language Y in
machine-2.....can CORBA help me to data exchange ? it seems it can
according to the tutorial .
do i need to write CORBA1 in machine1 and CORBA2 in machine2 ? and
they will talk via IIOP .....is it correct ?