has anybody tried to implement a Grails solution having Groovy++ under the hood ?
Experiences using Groovy++ in Grails
1k Views Asked by xain At
2
There are 2 best solutions below
0

It won't currently work.
Grails 1.3.2 (the current latest) uses Groovy 1.7.3
Groovy++ requires Groovy 1.8 (which is currently unreleased)
Please see Alex's response instead of this one...
Groovy++ uses Groovy 1.7.5 and contains plugin integrating G++ with Grails