> Its a tough call, when you think of what we may have to write from scratch. > > Thoughts? Ideas?
What type of configuration are we talking about? I'm a little confused by the references to Spring. The Grails plugin supports two different types of configuration. The first uses config files based on Groovy's ConfigSlurper, which are similar(ish) to YAML. It's used for setting the session mode, whether authentication is required by default, etc. The second allows users to override individual Spring beans and provide their own implementations. Cheers, Peter
