Play! framework is a simple lightweight web framework that has originally been designed for Java programming language on top of the JVM. Its uniqueness on the JVM is in how simple, productive and scalable it is yet being isomorphic to the HTTP protocol.
Play! Scala targets the Scala language keeping key properties of the framework. It uses a more functional and Scala idiomatic style of programming without giving up on simplicity and developer friendliness.
In this talk we will do a quick introduction into Play! Scala and highlight key components of the framework and main design techniques that will enable you being productive getting your scalable web application up and running.