Akka Integration

  • Tags : integration, remote, actor, local
  • Latest : 0.6.2
  • Last Updated: 19 January 2013
  • Grails version : 2.0 > *
1 vote
Dependency :
compile ":akka:0.6.2"
Custom repositories :
mavenRepo "http://repo.typesafe.com/typesafe/releases/"

Documentation Source Issues

Summary

Akka actors integration from Groovy and Java, in a Servlet 3.x environment

Installation

Install in the usual (old) way:
grails install-plugin akka

or better, using the Grails-2.0.x new way by adding the following block in BuildConfig.groovy under the plugins section (at the end of the file):

compile " :akka:<plugin-version>"

After this, remember in BuildConfig.groovy to set the Servlet version:

grails.servlet.version = "3.0"

Description

This is a Grails Plugin that enable the usage of Akka actors (both local and remote) in Grails Web projects.

Plugin Documentation and other info, please look at live documents here: grails-akka docs

Plugin Sources are here: grails-akka sources under src/test/ you can find some minimal unit/integration tests, as a starting point.

Akka Home page is here: akka

Under Documentation, use its Java API.

Akka, Scala, Typesafe, are trademarks of related companies.