We use Grails, but with an existing model layer and a DAO layer. We have an application written already in Spring MVC, using Spring for IoC, as well as for security. I am trying to pass control and take a look at Grails as proof of concept. I have Grails working fine with IoC, but I'm having trouble getting Grails to work with Spring Security. I am using 0.5.1 Spring Security Plugin for grails. I have an xml file with all Spring security settings that work fine with Spring MVC application, but I am having problems working with Grails. If anyone has experience using Grails with Spring Security, but not using the domain part of the Spring Security plugin, then please let me know. Any tips, websites, etc. Will be helpful.
source
share