File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Distributed Java and the fly likes Urgent!!Dear All have you ever use RMI dynamically download stub class successfully? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Urgent!!Dear All have you ever use RMI dynamically download stub class successfully?" Watch "Urgent!!Dear All have you ever use RMI dynamically download stub class successfully?" New topic
Author

Urgent!!Dear All have you ever use RMI dynamically download stub class successfully?

walter wang
Ranch Hand

Joined: Jun 02, 2001
Posts: 144
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;
}
Michael Ernest
High Plains Drifter
Sheriff

Joined: Oct 25, 2000
Posts: 7292

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
Mandan Happy
Ranch Hand

Joined: Dec 17, 2001
Posts: 65
If You understand what is MarshalledObject then you can do It.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Urgent!!Dear All have you ever use RMI dynamically download stub class successfully?
 
Similar Threads
NX: Does URLyBird need a multi-threaded server?
RMI connection problem
How to download Mock applet
Web Services in WSAD
Passed SCWCD at the age of 12 years 8 months