Use arrays in Java Instead of tracking dozens of individual variables, use an array in Java to collect and store data in a structured way.
Groovy vs Java: Connecting a PostgreSQL database with JDBC This example demonstrates how Groovy streamlines the clunkiness of Java.
Install JDBC on Linux in 3 steps Install Java, install JDBC with Maven, and install the database. Then you're ready to interact with databases in your Java code.
Infuse your awk scripts with Groovy Awk and Groovy complement each other to create robust, useful scripts.
Make your own music tagging framework with Groovy I'll separate the framework I've been using into a separate class and then write a test program to exercise it.