Wednesday, November 19, 2008

RMI Registry Management


This involves in writing the RMI server and RMI client. A typical RMI Server application creates some remote objects, makes references to them, and waits for clients to invoke methods on these remote objects.
a) RMI Server:
The RMI server is for automatically starting RMI registry and binding remote objects to the registry. Remote interfaces and remote classes are provided with remote methods which can be executed by remote clients.
b) RMI Client:
This Client has options has for executing the remote commands on the remote computers.This runs in all clients.This connects to the RMI server(Middle ware Server).This gets the queries from the user and executed the queries in the Middle Server and shows the result in the client GUI.

0 comments: