GoG

Gradle your Java app

Gradle your Java app

Working with ANT has always been a slightly boring experience for me because of it’s rigid XML syntax. Setting up classpath, tasks like clean, compile, run tests etc., every time is a tedious process. Ever since I started working with […]

Grails, Sencha Touch and MVC

It’s pretty tedious implementing MVC pattern in Sencha Touch applications. Sencha Touch provides facilities for modularizing the JavaScript code using MVC, but not as easy as Grails does. Grails enforces MVC seamlessly. The structure of a Grails application looks like […]