| 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
|
 |
 |
|
|
subject: Web server and dynamic loading
|
|
|