I’m converting a Java/J2EE app over to Ruby/Rails. I need a solution for
the CORBA calls. I see that Ruby has its own distributed API (DRb) and
there are a few 3rd party CORBA tools, but nothing seems viable for
actually doing CORBA in Ruby. What are you guys using professionally?
Disclaimer: I’ve already searched Google and tried a number of tools. So
please only suggest somethig if you are personally using the tools or
100% sure they work.
R2CORBA was my first choice, but I had way too many problems and the
process was way too complex. I downloaded PERL, ACE, TAO, performed
multiple builds/configs, etc. Coming from Java, where I’m used to
grabbing a Jar and coding away, I would expect a Gem install, nothing
more.
Also, when will you be releasing it? Timing is usually the most
important factor.
Hi Martin. Thanks for the speedy response!
You are welcome.
Will you be releasing it as a Gem?
Not very soon. I want to investigate this but the problem will be the
dependency on ACE/TAO and/or JacORB.
In the mean time the OSPortal site provides prebuilt packages for the
JRuby/JacORB variant of R2CORBA as well as for the MingW built MRI/TAO
variant for Windows.