Distributed Computing and Object Systems

Isn't this easy to do?

Our goal is something like:
//w resides on some other machine
Widget w = new Widget();

//this function is executed on that other machine.
w.calculate();

José M. Vidal .

7 of 18