Using RMI from another language
843793Mar 25 2010 — edited Apr 22 2010I've been playing around with an idea of connecting to some Java library with RMI from a another programming language.
I know that deep inside RMI uses sockets to send the data, so any language supporting sockets should be able to use RMI as well, it's a matter of creating the protocol for that language x.
Does anyone if there's a library like this for any language?
Is the RMI protocol free for studying? I found a couple of articles on RMI internals, but they don't go into this much of details.
[http://www.developer.com/article.php/10915_3455311_3/Understanding-Java-RMI-Internals.htm|http://www.developer.com/article.php/10915_3455311_3/Understanding-Java-RMI-Internals.htm]
[http://java.sun.com/developer/onlineTraining/rmi/RMI.html|http://java.sun.com/developer/onlineTraining/rmi/RMI.html]