-
Recent Posts
Recent Comments
- Cyril Franceschini on Play Framework 2 in production: HTTPS using nginx
- Tachuela on Real-world performance of the Play framework on EC2
- Christian Papauschek on Play Framework 2 in production: HTTPS using nginx
- AGhost_7 on Play Framework 2 in production: HTTPS using nginx
- Facundo Rossi on Using Play Framework 2 in production
Archives
Categories
-
Meta
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