Java RMI -Remote Method Invocation - Java only for Java.
On the Scala website, I read that integrating with Java is seamless and that:
Scala programs running in the Java virtual machine are Java compatible bytecodes, so you can make full use of existing Java libraries or existing application code. You can call Scala from Java, and you can call Java from Scala, the integration is seamless.
Does this mean that I can successfully use Java for Scala RMI?
Has anyone experimented with this first hand?
EDIT:
Any known or discovered gotchas?
source share