How to communicate java and erlang
From Erlang Community
(Difference between revisions)
| Revision as of 04:05, 16 January 2009 (edit) Thilani (Talk | contribs) ← Previous diff |
Revision as of 09:39, 16 January 2009 (edit) (undo) Thil (Talk | contribs) Next diff → |
||
| Line 5: | Line 5: | ||
| The purpose of this tutorial is to illustrate how to use <tt>jinterface</tt> for communicate with a Erlang backend | The purpose of this tutorial is to illustrate how to use <tt>jinterface</tt> for communicate with a Erlang backend | ||
| - | The reader is also encouraged to read the mailing list [http://www.trapexit.org/forum/viewtopic.php?p=43715 question].It's about ''''Strategies to connect from Java'''' | + | The reader is also encouraged to read the mailing list [http://www.trapexit.org/forum/viewtopic.php?p=43715 question].It's about ''''Strategies to connect from Java'''' Refer Erlang Manual for more details on <tt>jinterface</tt> |
| - | + | ||
| - | + | ||
| - | + | ||
| + | ==Introduction== | ||
| + | This tutorial demonstrate how to communicate with an Erlang process (node) using a Java program | ||
Revision as of 09:39, 16 January 2009
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 demonstrate how to communicate with an Erlang process (node) using a Java program

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

