Rmi distributed

HiCan i run rmi application distributed? I mean can i separate my source code (classes) to many machines working as servers for one or more clients? If i can do it can you give me some links or articles to study how to do it?Thank you Lakis
[275 byte] By [Lakiscya] at [2007-11-26 16:58:56]
# 1
Hi Lakis,Here is quite likely the easiest introduction to RMI you will find anywhere: http://wiki.java.net/bin/view/Communications/TransparentProxyIf I do say so myself ;-)(I wrote it)Good Luck,John
cajoa at 2007-7-8 23:26:43 > top of Java-index,Core,Core APIs...
# 2
You can design such a system if you wish. But I believe that is one of the main benefits of an application server. so perhaps you want to investigate those before you get into writing your own.
_dnoyeBa at 2007-7-8 23:26:44 > top of Java-index,Core,Core APIs...
# 3
There is not a specific reason i want to do that. I just want to expierement with RMI for my senior project.Thanks for the replies. Also if you have some more guides are welcome.Lakis
Lakiscya at 2007-7-8 23:26:44 > top of Java-index,Core,Core APIs...