Wednesday, February 17, 2010

For Eclipse users

For the people who are using Eclipse Galileo 3.5. You can install new updates for RMI using the following procedure.
Main menu -> Help -> Install Software -> http://www.genady.net/rmi/v20/install_e33/
it will automatically download the most recent RMI plugin for you. Then restart the Eclipse IDE to apply changes.

RMI

Recently I involved in developing java RMI application for our Final year project. There I had learnt RMI from the scratch.
There is good tutorial available in http://www.genady.net/rmi/v20/demos/ this site. Which shows the steps as demos. Anyone easily learnt RMI from here.