RMI in ROR

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 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 :

try backgroundrb and its worker concept (its based on drb)

http://backgroundrb.rubyforge.org/

marcel