PPT Slide
RMI: Dynamic Stub Loading
Dynamic stub loading is used where the client does not have local copies of the remote object.
The stubs can even be generated on the fly.
1) Local resolution attempted via CLASSPATH
-- no security manager required
2) Server tells client the stub’s URL
-- can even be a third party Registry !
-- requires security manager