Monadic Remote Invocation

Raphael Jolly
DOI: https://doi.org/10.48550/arXiv.1708.03882
2017-08-13
Abstract:In order to achieve Separation of Concerns in the domain of remote method invocation, a small functional adapter is added atop Java RMI, eliminating the need for every remote object to implement <a class="link-external link-http" href="http://java.rmi.Remote" rel="external noopener nofollow">this http URL</a> and making it possible to remotely access existing code, unchanged. The Remote monad is introduced, and its implementation and usage are detailed. Reusing the existing, proven technology of RMI allows not to re-invent the underlying network protocol. As a result, orthogonal remote invocation is achieved with little or no implementation effort.
Programming Languages,Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?