how can i make RMI application in ruby on rails (like j2EE) is there any method or api or else, can any one give me releated site or tutorial or else on RMI on ROR Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You can make a web service. there''s ruby RPC, google it There''s also Ruby DRB (distributed ruby) You are trying to make a distrubuted app right? Good luck and have fun Nimish a écrit :> how can i make RMI application in ruby on rails (like j2EE) > is there any method or api or else, > can any one give me releated site or tutorial or else on RMI on ROR > Thanks in advance--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
try backgroundrb and its worker concept (its based on drb) http://backgroundrb.rubyforge.org/ marcel On 5 Jan., 08:19, "Nimish" <shuklanimishshu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> how can i make RMI application in ruby on rails (like j2EE) > is there any method or api or else, > can any one give me releated site or tutorial or else on RMI on ROR > Thanks in advance--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---