Added registration of remote actors in declarative supervisor config + Fixed bug in remote client reconnect + Added Redis as backend for Chat sample + Added UUID utility + Misc minor other fixes

This commit is contained in:
Jonas Bonér 2009-12-30 08:36:24 +01:00
parent 90f7e0ea4e
commit 0567a5780e
18 changed files with 157 additions and 88 deletions

View file

@ -12,7 +12,7 @@ import se.scalablesolutions.akka.util.Logging
import javax.servlet.{ServletContextListener, ServletContextEvent}
object Main {
def main(args: Array[String]) = Kernel.boot
def main(args: Array[String]) = Kernel.boot
}
/**