How do I make a program where you can communicate with other language CORBA? [closed]

StackOverflow https://stackoverflow.com/questions/19212567

  •  30-06-2022
  •  | 
  •  

Domanda

I must make a program which implements the CORBA client and server in some other language, but i don´t know like it.

È stato utile?

Soluzione

First step is that you decide which programming language you want to use, than search for an implementation for that language, like TAO for C++, R2CORBA for Ruby/JRuby, JacORB for Java, TAOX11 for C++11. Than you have to write your IDL and implement the CORBA client and server. Each CORBA implemention ships with a set of example applications, use those as starting point.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top