项目作者: nmp4817
项目描述 :
RAILWAY RESERVATION MANAGEMENT SYSTEM WITH RMI (REMOTE METHOD INVOCATION)
高级语言: Java
项目地址: git://github.com/nmp4817/RRMS-WITH-RMI.git
RRMS-WITH-RMI
RAILWAY RESERVATION MANAGEMENT SYSTEM WITH RMI (REMOTE METHOD INVOCATION)
HOW TO EXECUTE
- Setup rmiregistry in eclipse
- Follow this link : http://www.cs.cornell.edu/courses/cs2112/2012sp/labs/rmi.html
- Give path of serverside bin directory path in working directory box.
- ServerSide and ClientSide setup in eclipse
- Follow this link : http://www.ejbtutorial.com/java-rmi/a-step-by-step-implementation-tutorial-for-java-rmi
- Package name for serverside and clientside must be same.
- Don’t forget to create security policy.
- How to run
- Run rmiregistery from external tools.
- Run Server.
- Run Client.