I love Heroku for quickly deploying and testing your applications. The free usage tier makes it no cost for simple applications, and the Git Push To Deploy mechanism is a great way to test your build environment isn’t using cached …

Getting your SBT-built Java project onto Heroku Read more »

Tagged with: , , ,

If DropWizard excels at RESTful webservices, then the Play Framework is often the counterpart which provides an HTML front-end. Although it’s got both Java and Scala support, the Scala support seems to be more active. Here’s an introduction without using …

Scala Play from scratch Read more »

Tagged with: , , ,

A UUID generator for the Gatling Stress Testing tool. 1 2 3 4 5 6 7 8 9 object UuidFeeder { val feeder = new Feeder[String] { override def hasNext = true   override def next: Map[String, String] = { …

Gatling UUID feeder Read more »

Tagged with: , , ,