项目作者: nmp4817

项目描述 :
RAILWAY RESERVATION MANAGEMENT SYSTEM WITH RMI (REMOTE METHOD INVOCATION)
高级语言: Java
项目地址: git://github.com/nmp4817/RRMS-WITH-RMI.git
创建时间: 2017-08-13T21:58:57Z
项目社区:https://github.com/nmp4817/RRMS-WITH-RMI

开源协议:

下载


RRMS-WITH-RMI

RAILWAY RESERVATION MANAGEMENT SYSTEM WITH RMI (REMOTE METHOD INVOCATION)

HOW TO EXECUTE


  1. Setup rmiregistry in eclipse


    1. Follow this link : http://www.cs.cornell.edu/courses/cs2112/2012sp/labs/rmi.html

    2. Give path of serverside bin directory path in working directory box.


  2. ServerSide and ClientSide setup in eclipse


    1. Follow this link : http://www.ejbtutorial.com/java-rmi/a-step-by-step-implementation-tutorial-for-java-rmi

    2. Package name for serverside and clientside must be same.

    3. Don’t forget to create security policy.


  3. How to run


    1. Run rmiregistery from external tools.

    2. Run Server.

    3. Run Client.