REST example with PlayFramework Scala
Scala is an incredible language!! It is ridiculously concise and is packed full of wonderful features that combine to provide a pure functional and pure oo language. Currently, I am working on two Scala Play2 projects and I couldn’t be happier. In this post, we will build a super simple REST service using Play and Scala. Once again, we’ll go with the Cars theme! Prerequisites: – Download and Install the Typesafe Activator –...