Latest Story

Plugin News: Export Plugin

May 19, 2012

This plugin offers export functionality supporting different formats e.g. CSV, Excel, Open Document Spreadsheet, PDF and XML and can be extended to add additional formats.

Read more »

Plugin News: Google Visualization API Plugin

May 19, 2012

This is a plugin for Google Visualization API.

Read more »

Setting JVM args for grails run-war

May 19, 2012

While working on my project using Grails 2.0.3, I was getting java.lang.OutOfMemoryError with grails run-war even when my JAVA_OPTS are set. Then while going through documentation and this thread i found how to set jvm args for grails run-war. Just add this code in your BuildConfig.groovy and you are done. grails.tomcat.jvmArgs = Cheers, Ankur ankur@intelligrape.com

Read more »

Plugin News: DustJs Resource Plugin

May 17, 2012

This plugins supports server-side compilation of .dust template files to their .js counterparts.

Read more »

Plugin News: Spock Functional Plugin – spockframework.org

May 17, 2012

Write Grails functional tests with Spock

Read more »

Plugin News: Fitnesse Grails Plugin

May 17, 2012

The Fitnesse Grails plugin provides a bridge between Fitnesse and Grails.

Read more »

Plugin News: Eclipse settings generator

May 17, 2012

\ Creates .classpath and .project files for Eclipse/STS integration. Downloads the sources and javadocs for dependencies from public repositories. Links the sources and javadocs to the dependent libraries. example use (Eclipse / Groovy-Eclipse plu...

Read more »

Plugin News: Random – Better Random Number Generation for Grails

May 16, 2012

\ A plugin that wraps the high-performance, statistically sound Uncommons Maths Pseudorandom Number Generators

Read more »

Plugin News: Release Plugin

May 16, 2012

Allows you to publish Grails plugins, either to a public or private repository. It also supports deploying Grails applications and plugins to Maven repositories without the need to use Maven directly.

Read more »

This Week in Grails (2012-19)

May 15, 2012
This Week in Grails (2012-19)

We’re getting ready to release Grails 2.1, with a release candidate hopefully this week. The cache plugins I mentioned last week will be released around the same time, and the ‘core’ cache plugin will be a default plugin in BuildConfig.groovy. I released an update of the database-migration plugin to address some bugs that were...

Read more »

Plugin News: Wslite plugin

May 14, 2012

This plugin brings the power of library to your Grails app. Thanks to Andres Almiray to provided code at !

Read more »

Plugin News: Bootstrap File Upload Plugin

May 13, 2012

Grails Plugin to integrate Sebastian Tschan's Jquery File Upload (https://github.com/blueimp/jQuery-File-Upload).

Read more »

Plugin News: Less CSS Resources

May 13, 2012

\ This plugin supports server-side compilation of .less CSS files to their .css counterparts.

Read more »

Plugin News: JRimum Bopepo Plugin

May 12, 2012

\ This plugin allow to create Boletos Bancarios for Banks of Brazil using the Jrimum Bopepo library It define a DSL to declare the Boleto's data structure and same methods to easy render in web interface

Read more »

Overriding properties in a Spring Bean with BeanFactoryPostProcessor

May 12, 2012

I was going through the source code of one of the Grails Plugins where I found the use of Spring’s BeanDefinitionRegistryPostProcessor to override some configurations that are available in DataSource.groovy. That involved a complete over riding of a PropertyValue definition.   It set me thinking about whether there is a way to override bean properties like...

Read more »