1、RMI概念
Distributed Computing is known as exchange message among many machines on the network.Except RMI ,there are other distributed computing techenologies ,such as CORBO(Common Object Request Broker),RPC.
RMI enables one JVM to invoke objects methods that will run on another JVM located elsewhere on the network.
http://blog.youkuaiyun.com/lucifer1016/archive/2007/09/10/1778970.aspx
http://apusic.javaeye.com/blog/44930