Erlang port to the Java Virtual Machine
Vlad Dumitrescu
vladdu55@REDACTED
Wed May 31 23:27:26 CEST 2006
On 5/31/06, Yariv Sadan <yarivvv@REDACTED> wrote:
> > Well, yes, of course it's possible. In order to avoid any stubs, it is
> > not only that the API has to use static methods, but also only use as
> > arguments and return values simple types or OtpErlang* ones. And in that
> > case, the rpcs are very little more than the regular rpcs used with
> > jinterface.
>
> Why must stubs be avoided? Couldn't an Erlang->Java RPC mechanism support stubs?
Well, not *must* but implementing everything properly requires
something that feels like an ORB implementation. That's not an easy
thing to do... so one could use the existing CORBA support, but all
these layers are making everything very heavyweight, and we're not
even talking about the real useful stuff, it's just
intercommunnication...
/Vlad
More information about the erlang-questions
mailing list