1.

Explain The Steps To Create Rmi-based Clients And Server?

Answer»

Creation of RMI-based Server:

  • Create the Servant interface and the Servant component class
  • To host these servant CLASSES create the RMI Server
  • Compile the class files and generate the Skeletons and IDL File
  • START up the Server

Creation of RMI-based Client:

  • Create the Client class
  • Copy the IIOP Stubs and compile the Client
  • Make sure the Server is running and then STARTUP the Client

Creation of RMI-based Server:

Creation of RMI-based Client:



Discussion

No Comment Found