Akka Integration
Dependency :
compile ":akka:0.6.2"Custom repositories :
mavenRepo "http://repo.typesafe.com/typesafe/releases/"
Summary
Akka actors integration from Groovy and Java, in a Servlet 3.x environment
Installation
Install in the usual (old) way:
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):After this, remember in BuildConfig.groovy to set the Servlet version:
grails install-plugin akka
compile " :akka:<plugin-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 docsPlugin 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:
akkaUnder Documentation, use its Java API.
Akka, Scala, Typesafe, are trademarks of related companies.