From: Charles O Nutter Date: 2006-03-16T06:06:28+09:00 Subject: Re: Ruby and EJBs ------=_Part_1054_27542196.1142456772372 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline One plan we have for JRuby is to provide a way to access EJBs using a DRb-type layer. Currently no work is being done on that, but if you were to put JRuby on the server and handle piping EJB requests over DRb, it would b= e pretty slick (and we'd certainly like to see a proof-of-concept :) ). On 3/10/06, lepage@gmail.com wrote: > > Hello All, > > I know this topic has been somewhat addressed in the past but I would > really appreciate further help. > > I want to call a function that is available as an EJB. Both ruby and > the EJB are run on my localhost. The EJB takes two parameters, a > hashmap and an XML string. I'm familiar with Ruby on Rails and have > been learning it but this is my first attempt to integrate it with an > enterprise system. I purchased "Enterprise integration with Ruby" by > Maik Schmidt but have been unable to draw a clear explaination of how > this can be done. > > If anyone can help me out in any way, I will be sure to fully document > my progress and create a tutorial when I am finished and successful. I > will also thank you :) > > Thanks in advance, > > T. > > > -- Charles Oliver Nutter @ headius.blogspot.com JRuby Developer @ jruby.sourceforge.net Application Architect @ www.ventera.com ------=_Part_1054_27542196.1142456772372--