Play Framework Actor Pooling with Guice (Java)
Working with the Play! Framework means working with Akka, intentionally or not. But working with Akka Actors can be
tricky, especially when it comes to dependency injection. Play! 2.4 uses Google’s
Guice for DI and of course it has the
ability to also bind Actors so an ActorRef
can be injected anywhere.