About 35,200,000 results
Open links in new tab
  1. What are "Groovy" and "Grails" and what kinds of applications are …

    What is Grails? Grails (previously known as "Groovy on Grails") is a programming framework based on Groovy and inspired by Ruby on Rails (there are differences, but there are lots of …

  2. groovy - Enum in Grails Domain - Stack Overflow

    Enum in Grails Domain Asked 13 years, 4 months ago Modified 9 years, 10 months ago Viewed 31k times

  3. grails - setting environment variables - Stack Overflow

    Jul 26, 2015 · I'm setting up grails, and these are the commands the README indicates you should run for a unix machine. My problem is that the echo command doesn't output anything …

  4. java - Is Grails worth it? - Stack Overflow

    Nov 12, 2012 · This is half rant, half question. Is it worth using Grails? I'm trying to develop a relatively simple database-driven web application. My expertise is in Java, so naturally Grails …

  5. What is the difference between Ruby on Rails and Grails?

    Mar 4, 2010 · 5 Ruby on Rails is a web framework written in the Ruby language making use of the model-view-controller pattern and object-relational mapping. It has an emphasis on convention …

  6. Gradle / Grails application - Stack Overflow

    Aug 19, 2012 · A note, throws Exception when generating Grails wrapper, but gradle init seems to initialize the project structure properly otherwise. And, gradle grails-run-app seems to work fine …

  7. logging - How to log SQL statements in Grails - Stack Overflow

    Mar 18, 2015 · I want to log in the console or in a file, all the queries that Grails does, to check performance. I had configured this without success. Any idea would help.

  8. How to configure a session timeout for Grails application?

    grails install-templates, remove session-timeout from web.xml, add timeout in WebXmlConfig.groovy wait for a fix. :/ A co-worker came up with the following code that works …

  9. gradle - What is conflicting with apply plugin: "org.grails.plugins ...

    Mar 30, 2022 · apply plugin: "org.grails.plugins.views-json" Additionally, make sure you have specified the JSON views dependency at the top of your build.gradle file like so (note this is …

  10. Joins in Grails Criteria - Stack Overflow

    I'm trying to write a criteria query in grails, for the following domains: class Data { Long createdById // this is user id // other fields } class User { Company company // other fi...