JVM Languages
-
How you can benefit from Groovy Shell
This is a post about the Groovy Shell and how it can help you with your daily work (as long…
Read More » -
Scala: OOP basics
The most part of time when I’m coding I use Java. So it’s my main programming language. It satisfies me…
Read More » -
Using Scala traits as modules, or the “Thin Cake” Pattern
I would like to describe a pure-Scala approach to modularity that we are successfully using in a couple of our…
Read More » -
Grails Goodness: Customize Root Element Name Collections for XML Marshalling
When we convert a List or Set to XML using the Grails XML marshalling support the name of the root…
Read More » -
The best code coverage for Scala
The best code coverage metric for Scala is statement coverage. Simple as that. It suits the typical programming style in…
Read More » -
Grails Goodness: Cleaning Up
When we use for example the compile or war command Grails will create files and stores them by default in…
Read More » -
Using JavaCV with Scala and SBT
Recently I’ve been doing some simple face detection in a Scala-based project. The “industry standard” for such kind of tasks…
Read More » -
Using database views in Grails
This post is a quick explanation on how to use database views in Grails. For an introduction I tried to…
Read More » -
Scala: Predicate Composition with Lens-Like Structures
I’ve been playing around with a few ideas on how to apply a lens-like construct on arbitrary Scala collections that…
Read More »