Posts

Showing posts from July, 2012

CORBA: JAVA & Visual Studio 2010 C++ CORBA communication with OmniOrb and Java ORBD

Image
CORBA: JAVA & Visual Studio 2010 C++ CORBA communication with OmniOrb and Java ORBD Downloading OmniOrb library files: Omniorb can be downloaded and built from sources, as we will be using Windows, precompiled versions should be more comfortable to use. We are interested in the library files, so they can be downloaded from: http://sourceforge.net/projects/omniorb/files/omniORB/omniORB%204.1.3/ http://sourceforge.net/projects/omniorb/files/omniORB/omniORB%204.1.3/omniORB-4.1.3-x86_win32-vs9.zip/download For windows 64 bits systems: http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.4/omniORB-4.1.4-win64-vs10-py27.zip/download Configuration of OmniOrb in the registry will not be necessary and will save you lots of time.  In this tutorial we will be using java's name service, OmniOrb's name service could be used as well, but it resulted much harder to configure. OmniOrb will be used to communicate with a client and servant both writt