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

  4. 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 …

  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. External properties file in grails 3 - Stack Overflow

    Mar 30, 2015 · External configuration in Grails 3 Working on Grails 3 I realized that I no longer can specify external configuration using the standard grails.config.locations property in Config.groovy file. …

  7. Setting up grails project in Intellij - Stack Overflow

    May 25, 2012 · I'm trying to import in an existing grails project into Intellij but its not recognizing the SDK. I already setup my paths in my home directory /.bash_profile here is what I got going in there. e...

  8. 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 …

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