Urgent!!Dear All have you ever use RMI dynamically download stub class successfully?
walter wang
Ranch Hand
Joined: Jun 02, 2001
Posts: 144
posted
0
Dear All Any of you ever successful on RMI dynamcial downloading stub.class. I tried many times. never succeed. I want to know if any of you succeed ? Thanks in advance
public class Walter{
public boolean is_Working_Now(boolean is_boss_Coming){
return is_boss_Coming;
}
Not only have I done it, I teach other people how to do it. The problem is, it's very much a step-intensive process, and like many complex tools, one has to step back and walk through three different roles to sort the whole thing out: RMI server, lookup server,and RMI client. Getting a stub to download dynamically is not trivial, but it does work. ------------------ Michael Ernest, co-author of: The Complete Java 2 Certification Study Guide
Make visible what, without you, might perhaps never have been seen. - Robert Bresson