Home Tutorials Rmi RMI Tutorials



RMI Tutorials
Posted on: March 22, 2005 at 12:00 AM
Overview of RMI

RMI Tutorials

     

  1. Overview of RMI
    The Remote Method Invocation(RMI) works similar to remote procedure calls(RPC). All RMI functionality found in the the java.rmi package.
     
  2. RMI Example-1
    This is a very simple example of RMI where you will come to know how RMI works and what are the steps of executions.
     
  3. RMI-Example-2
    This example demonstrate the RMI Addition Application. Well in this application you will use the four java files.
     
  4. RMI-Example-3
    In this example you will see function calls from client to server and vice versa. This application for running requires a Remote Machine. 
      
  5. Displaying Hello using RMI
    This Example describes the way to display Hello message using RMI. By RMI we mean Remote Method Invocation. RMI serves as a basic technique for supporting distributed objects in java.
      

     

Related Tags for RMI Tutorials:


More Tutorials from this section

Ask Questions?    Discuss: RMI Tutorials   View All Comments

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.