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.
I have a controller that needs to return a 404 page and status code on certain conditions. I can't seem to …
grails error-handling groovy http-status-code-404I am running a web application in Production that recently crashed after it was under some stress. I would guess 100…
hibernate exception tomcat grails apache-commons-dbcpWhy is it so hard to extract the date from the view via the params in a grails controller? I …
data-binding date grails groovy controllerWith Grails there are several ways to do the same thing. Finds all of domain class instances: Book.findAll() Book.…
grails gormI do the following: def currentUser = springSecurityService.currentUser currentUser.name = "test" currentUser.save(flush: true) // some other code currentUser.gender = "…
spring hibernate grails gorm grails-2.0In a Grails domain class, how do I set the constraint for a String field so that its MySQL column …
grailsI have a strange situation which appears to indicate a GORM cacheing problem //begin with all book.status's as UNREAD …
grails gorm object-persistenceWhat's the accepted procedure and paths to configure jdk and global library source code for Intellij IDEA on OS X?
java macos grails intellij-ideaI need to update the cache control header in all AmazonS3's Cloud Files. However, I can't figure out how …
java grails amazon-web-services amazon-s3 jclouds