Results 1 to 2 of 2

Thread: Spring RMI Basics

  1. #1
    Join Date
    Aug 2006
    Posts
    15

    Default Spring RMI Basics

    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?

  2. #2
    Join Date
    Sep 2006
    Posts
    2

    Smile Try this tutorial.

    This tutorial is neat and clean about Spring RMI
    1. Go to this page http://www.roseindia.net/spring/index.shtml

    2. Click on Part 4 link.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •