> Dear all,
>
[quoted text clipped - 3 lines]
>
> Thanks
Yes you can pass data (or objects) through RMI-calls. If you pass Objects,
make sure that the objects you want to pass implement the Serializable
interface.
Here are some examples of RMI-code:
http://java.sun.com/developer/codesamples/rmi.html
And here is Sun's guide to RMI:
http://java.sun.com/j2se/1.5.0/docs/guide/rmi/index.html
Regards
Arne