Add Me!Close Menu Navigation

Just my humble place...

Add Me!Open Categories Menu

Currently Browsing

Posts Tagged ‘ configuration ’

24 januari
Posted in Groovy and Grails

Loading Grails configuration files update!

We recently changed the way how we load configuration files in a Grails project. Normally we to use the .properties file format, but this has some serious disadvantages. You cannot deal with all Grails Mail settings in the configuration file You cannot use the log4j DSL to extract the logging [...]

25 november

Loading external Configuration files in a Grails application

The use of ‘Config.groovy’ as a placeholder for configuration settings is nice, but not always sufficient. The ‘Config.groovy’ file will get compiled and packaged inside the WAR file you are creating. If you want to externalize the configuration and have a need to configure settings outside the deployed (WAR file) [...]