Originally posted by Ravikiran Choppalli: Hi guys, I Found a good link for those who wants to use a webserver for downloading stub classes dynamically to the client. It is very easy to use. http://java.sun.com/products/jdk/rmi/archives/6081.html Thanks, Ravi.
Why is this necessary? Can't I just put them in my client jar?
[This message has been edited by Rick Fortier (edited June 11, 2001).]
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
posted
0
Originally posted by Rick Fortier: Why is this necessary? Can't I just put them in my client jar?
Yes, you can. No problem. - Peter (NB: Thanks ).
[This message has been edited by Peter den Haan (edited June 11, 2001).]
Ravikiran Choppalli
Ranch Hand
Joined: Nov 18, 2000
Posts: 49
posted
0
Only if you want your client to dynamically download the stub files. If you do this, You need not bother to copy those stub files everytime you compile RemoteServer Class.
subject: Implementing WebServer for Dynamic Downloading