About 50 results
Open links in new tab
  1. What are "Groovy" and "Grails" and what kinds of applications are built ...

    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 similarities too). …

  2. 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 seemed like a good

  3. Why Grails Spring Security validation and logout filter always applies ...

    May 19, 2025 · I'm using Grails 6.2.0 with the Spring Security Core 6.1.2 and Spring Security Rest 5.0.0 plugins. I configured the filters as recommended in the documentation (or at least how I understood …

  4. Grails (6.2.3) generated war file not running on tomcat 10/11

    Feb 18, 2025 · I have created a grails project using grails version 6.2.3. After this this added the quartz job dependencies and then create the class for schedule job. Command : grails create-app testApp …

  5. 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.

  6. 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 over …

  7. Grails sql queries - Stack Overflow

    With Grails you can use Dynamic Finders, Criteria Builders, Hibernate Query Language (HQL), or Groovy SQL. To use Groovy SQL: import groovy.sql.Sql Request a reference to the datasource with …

  8. python - Django -vs- Grails -vs-? - Stack Overflow

    IMHO number of bugs that are present in Grails vs Django core should also be compared specially when grails has lots and lots of them. Very simple stuff like running unit tests multiple times from the same …

  9. ruby on rails - Is Grails (now) worth it? - Stack Overflow

    Rails for 5 years, Groovy/Grails for 8 months. Familiarity says Rails is better, but Grails is eminently usable once you're over the initial learning hump. Grails feels a little config file happy in comparison …

  10. IntelliJ IDEA Debugger isn't working on a Grails Project

    Oct 8, 2013 · Since Grails 2.3, forked execution for several Grails commands (e.g. run-app, test-app) was introduced. If you just debug a Grails application from IntelliJ IDEA, the GrailsStarter process will …