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

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

  •  30-06-2022
  •  | 
  •  

Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top