JVM Languages
-

Probability distribution for programmers
This is one of these very simple programming puzzles I came across recently: given a function returning random integers from…
Read More » -

The Lazy Developer’s Way to an Up-To-Date Libraries List
Last time I shared some tips on how to use libraries well. I now want to delve deeper into one…
Read More » -

Scala: call me by my name please?
In Java, when frameworks such as log4J became popular in Java architectures it was a common occurence to see code…
Read More » -

Scala: Do you partially understand this?
Nearly everyone who learns Scala can get confused over the word partial used in the contexts: Partial functions Partially applied…
Read More » -

Clojure: Reading and writing a reasonably sized file
In a post a couple of days ago I described some code I’d written in R to find out all…
Read More » -

A Grails plugin to bridge Spring Security and Shiro
I started using Spring Security in 2007 when I was tasked with adding security to a Spring/Hibernate application at the…
Read More » -

Scala function literals
Functions are an important part of the Scala language. Scala Functions can have a parameter list and can also have…
Read More » -

Spring Dynamic Language Support with Groovy
Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded…
Read More » -

FactoryPal: New Scala framework for creating objects as test data
FactoryPal is a scala framework that lets you create objects as test data. All you have to do is define…
Read More »




