I have an assignment with java rmi, and now I want to create the stub classes for this project, but I dont know how.
I want to learn how to create stub for rmi projects. Can you help please. I would rather a detailed answer.
|
|
I suggest you read through the RMI tutorial, this second tutorial, and the docs for |
|||
|
|
|
You don't need to create stub classes at all. See the preamble to the Javadoc for UnicastRemoteObject. |
|||
|
|
|
Since J2SE 5, stub classes no longer need to be pre-generated. There's still lots of old tutorials out there, so that might be confusing at first. Here's a nice, more recent Hello World tutorial for RMI that'll get you going. |
|||
|
|