Skip to content
Panjinotes

a personal notes

  • Home
  • Cloud
  • Database
  • Programming
  • Testing
  • Others
  • About

Tag: distributed systems

Programming

Java RMI example for multiple computer

by : maspanjiNovember 23, 2019April 5, 2020Leave a Comment on Java RMI example for multiple computer

Java RMI is quite old technology but it is still relevant for learning distributed system. Currently, there is lack of example in how to do RMI in multiple computer. In this post, I write RMI server and client code example, that can be run in multiple computer.