Musings on an Erlang GUI System.
Luke Gorrie
luke@REDACTED
Mon Feb 17 19:40:09 CET 2003
Niclas Eklund <Niclas.Eklund@REDACTED> writes:
> Hello!
>
> Is it complex to use CORBA? Let's compare a gen_server and CORBA
> implementation.
It would be cool if you could do this up as a complete runnable
Erlang<->Java example program!
I did that a few years ago, but I think it should be nicer now with
e.g. the epmd-style naming that CORBA has adopted. Before that, it
really *was* ugly -- you had to bootstrap communication by copying
some opaque object reference onto a webserver or something :-). The
devil was in those small details.
BTW, is there anything like process links and monitor_node in CORBA
these days?
Cheers,
Luke
More information about the erlang-questions
mailing list