>http://java.sun.com/products/jdk/1.2/docs/guide/rmi/codebase.html >my reading of the above document suggests that the rmiregistry indeed >sends the stub to the client. am i wrong? Yes, RMI does ship stubs from server to client. Or rather, the client can ask for them. Servers can annotate a class with a URL on where to load it, and the client can choose to load from that URL if it wants. The RMIClassLoader that RMI clients use is configured to do this. It can cause all sorts of confusions and problems, so if you can get away without relying on this behaviour you should. This is all pretty standard serialization/RMI stuff, and well documented in various FAQs and such. It's not really Linux specific, so maybe this will be the end of the topic here. [EMAIL PROTECTED] . . . . . . . . http://www.media.mit.edu/~nelson/ ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- problems with rmi (linux 1.2 client, solaris 1.3 server) Aaron M. Stromas
- Re: problems with rmi (linux 1.2 client, solaris 1.3... Aaron Stromas
- Re: problems with rmi (linux 1.2 client, solaris... Aaron Stromas
- Re: problems with rmi (linux 1.2 client, sol... Aaron Stromas
- Re: problems with rmi (linux 1.2 client,... Nathan Meyers
- Re: problems with rmi (linux 1.2 cl... Cynthia Jeness
- Re: problems with rmi (linux 1.2 cl... Aaron Stromas
- Re: problems with rmi (linux 1.... Nathan Meyers
- Re: problems with rmi (linux 1.... Nelson Minar
- Re: problems with rmi (linux 1.2 client,... Jeff Galyan
- Re: problems with rmi (linux 1.2 client, sol... Oliver Fels
- Re: problems with rmi (linux 1.2 client, solaris 1.3... Chris Abbey
- Re: problems with rmi (linux 1.2 client, solaris... wyrd
- about Mozilla & blackdown's JVMPlugin Heeyeon Hwang
- Re: about Mozilla & blackdown's JVMP... Jeff Galyan
- Re: problems with rmi (linux 1.2 client, sol... Aaron Stromas
- Re: problems with rmi (linux 1.2 client, solaris 1.3... Crispin Miller