Groovy
-
Groovy Script 101 – Commonly Used Syntax Reference Guide
Groovy has been around on the Java scene since 2003. With over a decade’s worth of history, development and experience,…
Read More » -
Get Groovy with Gradle
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Loops performance in Groovy
Introduction In the 2018 Advent of Code challenged I solved all the puzzles in Groovy. It is pretty obvious, that…
Read More » -
Groovy 2.5 CliBuilder Renewal (Part 2)
The CliBuilder class for quickly and concisely building command line applications has been renewed in Apache Groovy 2.5. This is…
Read More » -
Groovy 2.5 CliBuilder Renewal (Part 1)
The CliBuilder class for quickly and concisely building command line applications has been renewed in Apache Groovy 2.5. This two-part…
Read More » -
Make Your Groovy Objects More Bullet-Proof
Groovy has the Immutable annotation which allows to create immutable classes, which is a prerequisite for creating value objects. Unfortunately,…
Read More » -
Grails 3.3 has Spock 1.1
You’ll be glad to know that milestone 1 of Grails 3.3 has been released 3 days ago — and is…
Read More » -
Grails Anti-Pattern: Everything is a Service
The context Grails makes it very easy to put any logic of your application in a service. Just grails create-service…
Read More » -
Grails Anti-Pattern: Locally Optimized Dynamic Finders Everywhere
The context Grails makes it very easy to persist and find stuff using domain classes. It uses GORM (Grails’ Object…
Read More »