https://github.com/joaogsleite/java-rmi-example
Java Remote Method Invocation example project
https://github.com/joaogsleite/java-rmi-example
counter java remote-execution rmi servant servant-client
Last synced: 12 months ago
JSON representation
Java Remote Method Invocation example project
- Host: GitHub
- URL: https://github.com/joaogsleite/java-rmi-example
- Owner: joaogsleite
- Created: 2016-02-20T16:54:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T16:54:34.000Z (over 10 years ago)
- Last Synced: 2025-06-05T13:48:16.272Z (about 1 year ago)
- Topics: counter, java, remote-execution, rmi, servant, servant-client
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Java RMI
### Run this example:
1. Compile `javac sd/*.java`
2. Start server `java sd.Server`
3. Start client `java sd.Client`