Top "Grails" questions

Grails is an Open Source, full stack, web application framework that uses the Groovy programming language (which is in turn based on the Java virtual machine (JVM) and Java.

How do you bulk delete records in Grails/GORM?

I have a table which has records that need to be periodically cleared according to a set of criteria. I …

hibernate grails gorm
How do I call a Grails service from a gsp?

How can I invoke a service directly from a view? I'm trying with ${my.domain.service.method}, but it complains …

grails service view gsp
Ruby on Rails vs Grails vs. Spring ROO vs. Spring App

I'm planning on writing a simple web application that will be used by lots of users (as complicated as a …

java ruby-on-rails spring grails spring-roo
How to calculate elapsed time from now with Joda-Time?

I need to calculate the time elapsed from one specific date till now and display it with the same format …

java algorithm datetime grails jodatime
How to import groovyx.net.http

I don't understand maven or grape, and I'm an idiot so give me the step by step if your answer …

grails groovy dependencies httpbuilder
gsp parameter passing from controller

how can i pass parameters to a groovy server page via a controller that are not an instance of a …

grails groovy gsp
How do you change the default homepage in a Grails application?

What is the configuration setting for modifying the default homepage in a Grails application to no longer be appName/index.…

grails
Are there good Grails sample applications from which to learn?

Besides the sample applications featured in the books Beginning Groovy and Grails and The Definitive Guide to Grails, are there …

grails
How do I get at the goodies in my Grails Config.groovy at runtime?

in Config.groovy I see this: // set per-environment serverURL stem for creating absolute links environments { production { grails.serverURL = "http://www.…

configuration grails runtime
Base64 encoding in Java / Groovy

What is the proper way to convert a byte [] to a Base64 string in Java? Better yet would be Grails / …

java grails encoding groovy base64