Grails is a web application framework that uses Groovy and Java.
I would like to load Environment specific configurations in my grails application so that depending on which JVM the grails …
grails grails-2.0 grails-configI am using eclipse kepler and after shutting down my computer and turning it on again I am getting this …
eclipse grails grails-2.0 grails-pluginI'm working on a grails app and for several hours already have been trying to get html code from a …
groovy httprequest grails-2.0 httpbuilderPROBLEM I know there is already a question in regards to this but I think that the issue that causes …
gorm grails-2.0 grails-plugin grails-domain-classI make use of a message bundle in one of my services in a Grails 2.0 project for internationalized text. The …
testing grails service internationalization grails-2.0I have the following line in my Grails application to set the default timezone to UTC: TimeZone.setDefault(TimeZone.getTimeZone("…
java datetime grails timezone grails-2.0I am getting error while running my Grails app. My application working in Grails 2.1.4. I am using Groovy 2.1.* Java 1.7 Tomcat 7.0.37 …
grails grails-plugin grails-2.0 grails-controllerI have a big project written in Grails 2.3.8. Sometimes when I deploy it using my CI I got this message: …
grails bouncycastle grails-2.0 grails-pluginI'm somewhat newbie for WEB development based on JVM stack, but future project will require specifically some JVM-based WEB engine. …
performance grails grails-2.0Using Spock 0.7 with Grails 2.04. Trying to set up a testing environment. I need some help in regards to testing a …
grails-2.0 spock