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.

Fastest way to read/write Images from a File into a BufferedImage?

What is the fastest way to read Images from a File into a BufferedImage in Java/Grails? What is the …

java grails grails-2.0 javax.imageio
Grails vs Roo - why SpringSource is pushing two very similar technologies?

SpringSource (now VMWare) has two very similar technologies: Grails and Spring Roo. I have been using Grails, but I see …

grails spring-roo
Increase Xmx and Xms for grails run-app

We currently are having performance issues with grails. It is taking about 10 seconds to load one of our main pages. …

grails
how can i render to the gsp view of other controller?

I m new to grails,just started with a small application, I'm searching a solution for below problem, Can any …

grails rendering gsp
Bcrypt generates different hashes for the same input?

I just added a registration functionality to my new grails project. For testing it, I registered by giving an email …

grails bcrypt
Grails get Session and Management in Service class

I have a problem with Grails Session. I was thinking about having a Service Class for my session handling. So …

session grails service nullpointerexception httpsession
How to include jquery.js in Grails?

I have a Grails 2.0.0 project that was created using grails create-app. In my HTML and GSP files, I'm trying to …

jquery grails grails-2.0
Twitter Bootstrap nav nav-tabs don't change on click

I like how the nav-tabs looks so I want to use it. This is how the web application looks right …

css grails twitter-bootstrap nav
Inject grails application configuration into service

I'm creating a grails service that will interact with a 3rd party REST API via a Java library. The Java …

grails grails-controller
How to use table component added to JasperReports 3.7.2 with grails jasper plugins?

I would like to use new table component added to JasperReports 3.7.2 with grails jasper plugins. I find this new component …

grails jasper-reports ireport grails-plugin