Monthly Archives: February 2014

Scala Akka Workshop – Evolving a Robot in an Actor Cluster

It is quite extraordinary what is possible nowadays with a group of interested developers and powerful tools such as Scala and Akka. Three months ago we had our first Akka Workshop here at the Vienna Scala User Group (VSUG), in … Continue reading

Posted in Akka, Play framework, Scala, Slick | 6 Comments

Protected: World map coding challenge (Android)

There is no excerpt because this is a protected post.

Posted in Uncategorized | Enter your password to view comments.

Akka Workshop Cheat Sheet

Contents Akka Cheat Sheet Robot Cheat Sheet Scala Cheat Sheet (List handling) Akka Cheat Sheet Creating an actor system (usually one per machine) val system = ActorSystem(“cluster”)   Defining an actor: class MyActor(myArg1: String) extends Actor { // initial actions … Continue reading

Posted in Uncategorized | Leave a comment