We are studying to use Play! Framework in a new project. We picked Play! because of it's productivity, Scala support and non-blocking architecture.
After stress testing the (Java) Computer-database sample application I saw a lot of dispatcher and Ebean threads and I couldn't find out how Play integrates with Ebean ORM. Every call is dispatched to Akka and executed in another thread.
I read all Play! framework documentation (specially this part http://www.playframework.org/documentation/2.0/JavaAsync) and couldn't find any information about how this integration work.
I'll really appreciate if someone could light this path for us.
Thanks!