Hi All,
Does the dynamic class downloading feature of RMI download any class that's not
available in the client's class path?
Let's say I have the following code on the client:
Object o = context.lookup("jndiName");
| ExampleHome h =
(ExampleHome)PortableRemoteObject.narrow(o,ExampleHome.class);
|
|
Now, is it mandatory that I have the ExampleHome's class file in the
classpath for this client program to run? Or does it get dynamically
downloaded from the server (since it's contained in the jar file of the
deployed bean).
If this class has to be present in the client's classpath, then what exactly
does the dynamic class downloading do?
Thanks,
Kalyan.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899491#3899491
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899491
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user