|
Set up an auto increment build number using Jenkins using a maven build |
|
Enabling non interactive mode Grails Maven enabling in Continuous Integration Server for answering plugin updates |
|
The link leads to a blog post that contains links to screencast, documentation and a tutorial on how WebORB can be used to simplify creating client apps that connect to Grails services. Remoting is one of the communication models WebORB supports. WebORB also supports messaging and media streaming for Grails apps. |
|
A blog post explaining how to annotate your Grails controller classes and actions. Tags: Many To Many; criteria builder; Annotation; controller; grails; |
|
A blog post on counting many to many relationships with grails. Tags: GORM; Many To Many; hibernate; criteria builder; grails; |
|
Configuration file plays great role in grails. You can store application specific configuration at one place. One of the grails goodies is that you can externalize configuration file i.e. store them at a location so that it is not packed with the war file. |
|
This tutorial explains how to integrate qooxdoo with grails. |
|
Some code that shows durations and works nicely as a timer |
|
In a Grails app, I found myself needing to do a regex search, save captured groups/backreferences (I’m not sure of the distinction between those terms), and replace them with new content, which includes those backreferences. But I was having trouble finding a way to do it. |
|
Grails provides a neat way to specify Spring bean definitions with its custom Beans DSL [0]. The bean definition is found in grails-app/conf/spring/resources.groovy |