Hi, I went third route. I couldn't use web services as I was clearly told not to use any Java web container. I also couldn't use jruby, as I am dependent on some C++ libraries. Fortunately, there is nice library Ruby Java Bridge (http://rjb.rubyforge.org/) that helped me get around this issue and include my Java classes into project directly. Can't say much about resources consumption/memory leaks or stability yet, but all looks good for now.
Thanks, H. On 28 Paź, 16:24, jemminger <[EMAIL PROTECTED]> wrote: > +1 for restful web service, or perhaps run your rails app in jruby & > then you can makejavacalls from ruby. > > On Oct 28, 3:33 am, Hubert Łępicki <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I'm wondering how can I make RoR application talk toJavaapplication > > running in background. Does anyone have any experience with this kind > > of stuff? Annysuggestionswelcome. > > > I am running Ruby on MRI, andJavaapplication will run on the same > > machine but in JVM. > > > Thanks, > > H. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

