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 to that of the main web application. Is this possible in Spring and if so what is the best way?