posted 19 years ago
To generate the Stub and Skeleton we use
rmic <Remote Interface Implementation class>
which is supposed to generate the Stub and Skeleton classes. But this command is generating only the Stub class for me and the remote invocation is also working perfectly and I am getting results.
How Remote Invocation is working without the Skeleton class.