|
|
Hi,
I am looking for some good Spring RMI tutorial. Unfortunatelly, almost everything I found is one page in official documentation. Problem is, that there is just code for 4 classes and no description, how to make it work.
Do I need to run rmiregistry? Do I need to generate stubs (this is probabaly the task for RmiProxyFactoryBean)? How can I expose the server? Just running the code and letting Spring process the configuration xml is enough?
Could any of you guys answer my questions, or at least point me to better tutorial?
This tutorial is neat and clean about Spring RMI
1. Go to this page spring/index.shtml
2. Click on Part 4 link. |
|