I am developing a Spring powered web application with an administration module.
I want the administration pages to be in a sub-directory called admin and would like them to be managed by a seperate controller and spring xml configuration file.
Can someone recommend the best way to implement this?
Thanks
