Global exception handling with Play 2.0

Today just a small gem that still took my way too long to figure out. Mainly because the documentation of the Play Framework isn’t at its best. I wanted to add some sort of global error handling to my play application. So the goal is, that I can specify the behavior based on the type…

Building applications with Scala, Play and Angular

After working with the Play framework a lot (version 1.x though, with Java) at University and taking the Scala course with Odersky on Coursera, I’ve been wanting to try out Play 2.x with Scala for a long time. The last couple of days I spent wading through various tutorials until I finally got my first…