JVM Languages
-
Alternating between Spray-servlet and Spray-can
On a server you may want to deploy your application as a war. How to build a war with spray-servlet.…
Read More » -
Building a war with spray-servlet
We will use spray-servlet to build a war file of our API. So we can run it in a java…
Read More » -
Scala Days: 6 of the Best Talks You Probably Missed
Highlights from Scala Days @ San Francisco New Post: Scala…
Read More » -
Building a rest api with spray
Building a rest api with akka and spray is easy. This is how I did it: SprayApiApp: …
Read More » -
Chaining futures in scala
Suppose I want to make coffee. This involves 4 steps: 1a. grind coffee beans 1b. heat water 2. combine 3.…
Read More » -
Basic Groovy and Grails Code Review Guidelines
I’ve been – and still am – teaching Grails to non-Java programmers for a while now. This also meant to…
Read More » -
Excellent! Groovy Intends to Join Apache Software Foundation
In the post “Total Bummer: Pivotal Drops Groovy“, I briefly wrote about Pivotal’s decision to drop Groovy and hoped that…
Read More » -
Spock 1.0 with Groovy 2.4 configuration comparison in Maven and Gradle
Quick tutorial how to configure Spock 1.0 with Groovy 2.4 using Maven and Gradle. Spock 1.0 has been finally released.…
Read More » -
Integrating jOOQ with Grails Featuring the UWS-jOOQ Plugin
Introduction Grails is a web framework aimed to boost development productivity. One of the main features is domain centric database…
Read More »