We are using the Grails Spring Security plugin for our Grails apps.
We would now like to use this same security mechanism in our Java/JSP apps. Is there a desired way to configure our JSP war files to use the same security tables, etc? We don't currently use Spring in our Java/JSPs so we'll be starting from scratch.
The Grails plugin creates 4 tables: requestmap, role, role_people, user. Do these map or get reused in the standard Spring Security model?
