JVM Languages
-
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 » -
A simple Groovy issue tracker using file system
It will be a chaos not to track bugs and feature requests when you developing software. Having a simple issue…
Read More » -
Groovy: Multiple Values for a Single Command-line Option
One of the many features that makes Groovy an attractive scripting language is its built-in command-line argument support via CliBuilder.…
Read More »