Action composition in the Play Framework

The Play framework is a pretty popular web application framework that you can use to build web applications in Scala or Java. One of the building block is the Action,…

Comments Off on Action composition in the Play Framework

Scala Dependency Injection – The Cake Pattern

The cake pattern is an important pattern to do dependency injection in Scala. It is explained in various blog posts on the web, for example by Jason Arhart, by Mark Harrison and…

Comments Off on Scala Dependency Injection – The Cake Pattern

Simple Scala SBT workflow in Alfred

Many OS X users know the productivity tool Alfred. Alfred is far more than a quick launcher that will let you operate your computer with the use of your keyboard. Recently…

Comments Off on Simple Scala SBT workflow in Alfred