Grails config
August 3rd, 2008Grails config
feedlr.blog » Blog Archive » Grails: Sending email using Ant with ...
To glue things together with Grails, you just need to. Put the Ant params in Config.groovy so that they can be easily modified later. Create a service class for sending emails. e.g. (more...)
gravl - Google Code
locations to search for config files that get merged into the main config // config files can either be Java properties files or ConfigSlurper scripts (more...)
feedlr.blog » gmail
To glue things together with Grails, you just need to. Put the Ant params in Config.groovy so that they can be easily modified later. Create a service class for sending emails. e.g. (more...)
Grails - Config
Config. Since 0.6, general Grails and application configuration that is not possible via convention is handled by the Config.groovy file in grails-app/conf. (more...)
Page: Config, Version:0
Config. Since 0.6, general Grails and application configuration that is not possible via convention is handled by the {{Config.groovy}} file in {{grails-app/conf}} (more...)
grum - Google Code
locations to search for config files that get merged into the main config // config files can either be Java properties files or ConfigSlurper scripts (more...)
Config - Grails - Codehaus
Config. Since 0.6, general Grails and application configuration that is not possible via convention is handled by the Config.groovy file in grails-app/conf (more...)
Nabble - Netbeans IDE Users - Grails home config in 6.5beta on Unbuntu ...
Grails home config in 6.5beta on Unbuntu not working. I'm using Grails 1.0.2 on Ubuntu 8.04. I think I installed Grails with the linux installer (rather than... (more...)
Externalize application properties in a Grails app | IntelliGrape Blog
In order to read these properties in your Grails controller: def smtpUserName = grailsApplication.config.smtpUserName. In order to read the properties from Grails Service class: (more...)
GRAILS-3176] Config.groovy to generate a log4j.xml instead of log4j ...
First of all, I suppose it would be a preferred way to do logging configuration via Config.groovy instead of using a separated log4j.xml. However, Grails should allow people to use ... (more...)