I\'m making a application in Erlang, with a GUI in Java.
I\'ve managed to establish a connection between the to languages, but now i need to (i guess) send a message from Ja
I am working on an application similar to yours: C++ GUI and Erlang server. I use TCP sockets to exchange messages between the GUI and server, and Erlang server patterns for handling requests (I may have more than one GUI hooked up to the server at the same time).