Play-ing with Dependency Injection
A few months ago I wrote about the lack of Dependency Injection in Play. As part of the 2.4 release of Play, Dependency Injection has »
A few months ago I wrote about the lack of Dependency Injection in Play. As part of the 2.4 release of Play, Dependency Injection has »
With services like Travis, it has become quite easy to add Continuous Integration to projects. This post will show you quickly how to setup Travis to »
A common need in applications is to manage your web dependencies like Bootstrap and jQuery. The simplest way of doing this is to download the appropriate »
The default application generated by Play has examples of unit and integration tests, however it does not demonstrate how to integrate in any Behaviour Driven Development »
One of the features lacking out of the box for Play is Dependency Injection. Coming from a background of JEE, this seemed to be quite a »