Running Play Framework + Scala Apps on Heroku
Building Play Framework apps with Scala is all the rage right now. And for good reason… It’s never been easier to build and deploy JVM-based web apps! Lets walk through how to build a Play app with Scala and then deploy it on the cloud with Heroku.
Step 1) Install the Play Framework (make sure you have at least version 1.2.3)
Step 2) Install the Play Scala module:
play install scala
Step 3) Create a new Play app with Scala support: