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 to print from web application to receipt printer?

I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.…

java grails jasper-reports point-of-sale
SQL/Database Views in Grails

Does anybody know what is the best approach to accessing a sql view through Grails (or if this is even …

sql database grails view
dateCreated, lastUpdated fields in Grails 2.0

I've got an application that was using Grails 1.3.7 which I've just migrated to Grails 2.0. The application makes use of the …

grails gorm grails-domain-class grails-2.0
Grails Enum Mapping

in Grails, Is there a way to limit the size of the column to which the enum is mapped. In …

grails gorm
Best practices for grails index page

What is the right way to populate the model for the index page in a grails app? There is no …

grails indexing model
Is Grails worth it?

This is half rant, half question. Is it worth using Grails? I'm trying to develop a relatively simple database-driven web …

java grails
Where to put a text file in Grails, and how to get the path

I need to read in a .txt file into a groovy class in order to interrogate it line by line. …

java file grails inputstream
Client does not have permissions to send as this sender (office 365, grails)

I am continuously receiving following error message while trying to configure grails mail plugin (https://grails.org/plugin/mail) for …

grails spring-security office365 grails-plugin
Grails GSP <g:set> tag set as integer?

Using Grails' GSP <g:set> tag, is it possible to specify the type of the variable? I want …

grails gsp
How to get current user role with spring security plugin?

I am using the spring-security-core plugin in my grails app. I need to know the current user's role in a …

grails spring-security authorization role