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

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

  •  30-06-2022
  •  | 
  •  

Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top