Tag: Scala
-
Using ScalaTest with Play 2 Framework (Scala)
The default testing framework in Play 2 is specs2, however I prefer to use ScalaTest as I quite like it and I’m more familiar with it. Setting up the sbt project and configuration to make it work, though, turned out to be unnecessarily tricky and cumbersome. Here is eventually what I did to make it […]
-
REST-based User Management web service in Scala
Today I’ve opened access to my sentinel repo which is still at a very early stage development, but I thought was worth sharing with others. I’ve been using Scala on and off for the past couple of years, since I’ve completed the Coursera Scala course (passed with 95% and distinction, obviously!); however, to really learn a language (and […]