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 Stub/ Skeleton Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Stub/ Skeleton" Watch "Stub/ Skeleton" New topic
Author

Stub/ Skeleton

Dilip kumar
Ranch Hand

Joined: Oct 16, 2000
Posts: 360
Hi,
I remember reading STUB as part of client components and SKELETON as part of server components. But my application runs only if I keep STUB in client as well as server side. And it doesn't require SKELETON at all. I'm really confused.
I'm using JDK 1.2
I really appreciate some guidance.
Thanks
James Du
Ranch Hand

Joined: Mar 23, 2001
Posts: 186
anyone could shed some light on it? i have the same puzzle.
Robert Philip
Greenhorn

Joined: Jun 06, 2001
Posts: 17
The need for a skeleton is eliminated in java 1.2 and the methods are invoked using reflection.
Regards,
Robert
karl koch
Ranch Hand

Joined: May 25, 2001
Posts: 388
the skeletons are not needed anymore since 1.2.
you can set the v1.1 or v1.2 options in rmic to generate the good rmi files for the different versions.

karl
 
 
subject: Stub/ Skeleton
 
Threads others viewed
How to deploy classses in RMI
Runtime error while registering Remote object
RMI Question
RMI Architecture Problems
where's the "sharpen your pencil" answer?
MyEclipse, The Clear Choice