This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes RMI dynamic proxies and Weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "RMI dynamic proxies and Weblogic" Watch "RMI dynamic proxies and Weblogic" New topic
Author

RMI dynamic proxies and Weblogic

Tom McAmmond
Ranch Hand

Joined: Feb 16, 2004
Posts: 58
I'm trying to understand dynamic RMI proxies in JDK1.4 and Weblogic 8.1, but the question may not be specific to weblogic.

If I have a remote interface and implementation on the server (say, MyRemInt.class and MyRemIntImpl.class), and I'm using dynamic proxy generation with RMI, does my client have to have *either one* of these classes, even the interface? (once it's compiled with the interface of course).

I'm trying to figure out if my RMI client has to have been compiled at the same time as the server, or if I could have a server with additional methods in MyRemInt (i.e. a new version on the server) without getting unmarshalling exceptions on the client due to incompatible classes.

Any thoughts?

Thanks!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: RMI dynamic proxies and Weblogic
 
Similar Threads
Where's that _skel.class file?
where's the "sharpen your pencil" answer?
Dyanamic Class Loading
Not Finding Stub
Generated stub classes for my ejb's remote client with JBoss app server