jQuery in Action, 2nd edition
The moose likes Distributed Java and the fly likes Web server and dynamic loading Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Web server and dynamic loading" Watch "Web server and dynamic loading" New topic
Author

Web server and dynamic loading

Con Lu
Ranch Hand

Joined: Aug 27, 2002
Posts: 38
Do you have to use a web server when making use of dynamic class loading?
Thanks,
Michael Ernest
High Plains Drifter
Sheriff

Joined: Oct 25, 2000
Posts: 7292

Yes. Specifically, you need a web server that will deliver a class file "without comment" so that the client-side RMI program will retrieve it.
Sun has made available for some time a tiny web server that does just that -- serve classes, and no more. If you read through Sun's RMI tutorial, they also link to that tool.
There's a link to it somewhere in the "RMI Start to Finish" topic that is part of this forum, but you'd have to dig a little to find that.


Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Web server and dynamic loading
 
Similar Threads
Happy Days are Here. Finally. 151 :)
Data Server GUI
Dynamic Stub Loading with file URL's
Static and Dynamic class loading
Why i cant rmic my HotelRemote?