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