The Play framework is a super scale lightweight java (and Scala) web app framework. It’s built on top of Akka, a toolkit and runtime, which, to quote their website: helps you build highly concurrent, distributed, and resilient message-driven applications on the JVM. So why is Play special and what makes it so different from something like Spring? Play gets all kinds of nifty async features from Akka. Normally java is all synchronous – if you need to get something.. Read More