JVM Languages
-
Building Vert.x projects using Gradle
We currently use Vert.x in several internal and external projects. Until the most recent project we where building our Vert.x modules using…
Read More » -
A fresh look on accessing database on JVM platform: Slick from Typesafe
In today’s post we are going to open our mind, step away from traditional Java EE / Java SE JPA-based…
Read More » -
GGTS: Clean up Grails 2.0 output
Have you ever had in Groovy/Grails Tool Suite (GGTS) that console output, by a running Grails application, which is exactly…
Read More » -
Working with sass scripts in Grails 2.3.X
Sass is one of the most mature, stable, and powerful professional grade CSS extension language available. Before we can use…
Read More » -
Fetching List of message codes from message.properties
Normally messages from message properties are fetched via, key i.e. message code, What if we want to select more than…
Read More » -
Writing Groovy’s groovy.util.slurpersupport.GPathResult (XmlSlurper) Content as XML
In a previous blog post, I described using XmlNodePrinter to present XML parsed with XmlParser in a nice format to…
Read More » -
Writing Groovy’s groovy.util.Node (XmlParser) Content as XML
Groovy‘s XmlParser makes it easy to parse an XML file, XML input stream, or XML string using one its overloaded…
Read More » -
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 » -
ReactiveMongo: Work with array
I’ve been working with ReactiveMongo during 6 months. It’s pretty nice realisation of MongoDB driver for Scala. I just have…
Read More »