Top "Remote-actors" questions

Why are case objects serializable and case classes not?

I am playing with this example http://scala.sygneca.com/code/remoteactors to learn how remote actors work in Scala (2.8.0). …

serialization scala case-class remote-actors
Akka 2.1 minimal remote actor example

EDIT Notice, I needed to make the reverse changes of this https://github.com/akka/akka/commit/ce014ece3568938b2036…

scala akka actor remote-actors
Actor Name is not Unique InvalidActorNameException

My environment is eclipse, play, akka, and scala. I am getting an error when trying to create a remote master …

scala playframework actor akka remote-actors