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
posted
0
anyone could shed some light on it? i have the same puzzle.
Robert Philip
Greenhorn
Joined: Jun 06, 2001
Posts: 17
posted
0
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
posted
0
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.