How to communicate java and erlang
From Erlang Community
(Difference between revisions)
| Revision as of 09:39, 16 January 2009 (edit) Thil (Talk | contribs) ← Previous diff |
Revision as of 09:48, 16 January 2009 (edit) (undo) Thil (Talk | contribs) Next diff → |
||
| Line 8: | Line 8: | ||
| ==Introduction== | ==Introduction== | ||
| - | This tutorial | + | This tutorial demonstrates how to communicate with an Erlang process (node) using a Java program |
| - | + | For this example I have used java 1.5.0_07 and Erlang OTP12B distribution. | |
| + | ==Demostartion== | ||
Revision as of 09:48, 16 January 2009
Contents |
Author
Thilani Abeysinghe <a.thilani at gmail.com>
Overview
The purpose of this tutorial is to illustrate how to use jinterface for communicate with a Erlang backend
The reader is also encouraged to read the mailing list question.It's about 'Strategies to connect from Java' Refer Erlang Manual for more details on jinterface
Introduction
This tutorial demonstrates how to communicate with an Erlang process (node) using a Java program For this example I have used java 1.5.0_07 and Erlang OTP12B distribution.

Digg It
Del.icio.us
Reddit
Facebook
Stumble Upon
Technorati

