Toolkits Swing JavaFX SWT Pivot Qt
Platforms
  • linux
  • macosx
  • windows
  • solaris
Framework
License Apache Software License 2.0
Documentation No documentation link provided
Downloads 44
Rating
(0)

Authored by:

Andres Almiray
aalmiray@yahoo.com

Allows a Griffon application to communicate with Erlang processes via rpc or even create an Erlang server. Uses Erlang's Jinterface under the covers.

Usage

This plugin enhances OtpErlang classes with additional methods via meta classes. Those methods are

  • OtpErlangTuple.getAt(int) - enables array subscript notation. Alias for elementAt(int).
  • OtpErlangTuple.iterator() - enables iterator methods. Immutable iterator based on elements().

Java primitive and wrappers have a toErlang() method that creates their OtpErlang counterparts. Both String and List have this method too. String has one more, toErlangAtom(), while List has toErlangObjectTuple().