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. 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. How do you access two databases in Grails - Stack Overflow

    Sep 3, 2008 · Grails makes it very easy to configure datasources for different environments (development, test, production) in its DataSources.groovy file, but there seems to be no facility for …

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

  5. How to change grails localhost port? - Stack Overflow

    Jun 8, 2012 · I'm using grails 2.0.4. And I want to use port:8090 instead of 8080 for localhost. So need help to change the port to 8090 permanently.

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

  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. Grails: Unable to resolve class groovyx.net.http.HTTPBuilder

    Nov 20, 2015 · I have installed the rest plugin using the command: grails install-plugin rest And I have already tried to install it with the netbeans interface and it tells me that it is correctly instaled.

  9. Exception handling in Grails controllers - Stack Overflow

    Jun 19, 2013 · I know how to do generic exception handling in Grails using UrlMappings and an ErrorController for generic exception handling, so that if an exception escapes a controller the user …

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