Groovy
-
Creating Android Apps with Groovy 2.4
A few days ago Groovy 2.4 was released. One of the major news is that Groovy now officially supports Android…
Read More » -
Grails Tutorial for Beginners – Criteria API
This tutorial will show how to use Criteria API to search data from the database. Criteria is a powerful API…
Read More » -
Grails Tutorial for Beginners – HQL Queries (executeQuery and executeUpdate)
This Grails tutorial will teach the basics of using HQL. Grails supports dynamic finders which makes it convenient to perform…
Read More » -
Total Bummer: Pivotal Drops Groovy
Pivotal announced today that Groovy 2.4 And Grails 3.0 will be the last major releases under Pivotal sponsorship. This is…
Read More » -
Suis-je Groovy? No! What Pivotal’s Decision Means for Open Source Software
Today there was great news in the JVM ecosystem. Pivotal, the company who is committed to OSS has become a…
Read More » -
Grails chained select – load data on one dropdown box depending on another
This tutorial will show how to create two select boxes where the second select box’s items are affected by the…
Read More » -
Grails render images on the fly in GSP
This tutorial will show how to generate PNG images on the fly and display inside a GSP. This can serve…
Read More » -
Gradle Goodness: Rename Ant Task Names When Importing Ant Build File
Migrating from Ant to Gradle is very easy with the importBuild method from AntBuilder. We only have to add this…
Read More » -
Grails Tutorial for Beginners – Grails Service Layer
This tutorial will discuss the importance of the service layer in Grails and how to work with it. It also…
Read More »