I have a
Servlet class that binds object to RMI Registry..
And another Servlet that uses Naming.lookup to get that object..
The Server Servlet and Client Servlet for RMI are both different web applications..
I have to do dynamic class downloading at client so that the stubs generated by Server are automatically downloaded at client..
The Manual process of copying stub classes to client works fine, but the need for dynamic downloading arised when the stubs and skeletons were updated at server, while the client had same old stubs.