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

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

  •  30-06-2022
  •  | 
  •  

Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top