aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Implementing WebServer for Dynamic Downloading Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Implementing WebServer for Dynamic Downloading" Watch "Implementing WebServer for Dynamic Downloading" New topic
Author

Implementing WebServer for Dynamic Downloading

Ravikiran Choppalli
Ranch Hand

Joined: Nov 18, 2000
Posts: 49
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.


Thanks,<BR>Ravikiran<BR>rkchoppalli@yahoo.com
Rick Fortier
Ranch Hand

Joined: Jun 04, 2001
Posts: 147
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
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
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.
 
jQuery in Action, 2nd edition
 
subject: Implementing WebServer for Dynamic Downloading
 
Threads others viewed
History of JDBC ?
i need notes on RMI
RMI
observer and observable
Some RMI-IIOP qtns
developer file tools