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.
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.
--
----------------------------------------------------------------------
Martin J.N. Corino | Remedy IT Expertise BV
Postbus 101 | 2650 AC Berkel en Rodenrijs | The Netherlands
tel: +31 (10) 522 0139 | fax: +31 (33) 246 6511
World Wide Web: http://www.remedy.nl
----------------------------------------------------------------------
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.
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.
--
----------------------------------------------------------------------
Martin J.N. Corino | Remedy IT Expertise BV
Postbus 101 | 2650 AC Berkel en Rodenrijs | The Netherlands
tel: +31 (10) 522 0139 | fax: +31 (33) 246 6511
World Wide Web: http://www.remedy.nl
----------------------------------------------------------------------
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.