About 35,200,000 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. 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 …

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

  4. 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 from a Grails 4.0.1 …

  5. 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 well for me and will do until a …

  6. javascript - Gradle Install Issue with id 'org.grails.grails-plugin ...

    Apr 18, 2019 · A problem occurred evaluating root project 'owf-auditing'. > Failed to apply plugin [id 'org.grails.grails-plugin'] > Could not get unknown property 'classesDir' for main classes of type …

  7. Install Grails on Windows 10 - Stack Overflow

    Mar 31, 2020 · You're using JDK14 which is not supported by grails 4.0.x. Use a LTS such as Java 11. wait until grails updates to the latest Spring-boot, which Grails is based on, added support for JDK 14 …

  8. gradle - Unable to start Grails 4 application as could not find or load ...

    Nov 27, 2020 · If you're still experiencing issues after making this change, ensure that your Grails and Java versions are compatible, and that your project structure is correct.

  9. Correct way to use Enums in Groovy and Grails - Stack Overflow

    Feb 26, 2014 · In Grails, I tend to use Enums as properties within services; say, if I have an enduring business need to use on methods explicitly within FooBarService. However, that is assuming I only …

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