How to install Corba implementation on my computer and then program any Corba compatible language

I need to do a project in Corba. I have absolutely no knowledge of corba. I need to install corba version on my pc first. After that, I have to develop a portal for printing photos in any programming language supported by Corba. After that, I need to deploy my application on the supplied ORB. Please suggest how I should do this.

+3
source share
3 answers

You have not mentioned any programming languages. In case it is C ++, I highly recommend reading the book CORBA Advanced Programming with C ++

+1
source

Java , ++ - , , CORBA.

, @lothar, Eclipse Java. Java CORBA. JacORB , , , , Sun CORBA .

0

For C ++, you can try the ACE-TAO version. He has many examples in

   ACE_wrappers/TAO/examples

In addition, there are many supported Corba scripts such as R2Corba, omniORBpy. I also have one version of Tcl supported by Corba, which is not useful to you due to a license restriction (but there is an open source version).

I believe the corba script is more applicable to you, since less code is required.

0
source

Source: https://habr.com/ru/post/1764242/


All Articles