DispatcherServlet « Security « Spring Q&A





1. Role of DispatcherServlet    forum.springsource.org

Role of DispatcherServlet I am new to Spring and currently trying out MVC where i have a initial form page which has a controller(implementing SimpleFormController) and another success page which also ...

2. How to access init method of DispatcherServlet    forum.springsource.org

I want set Some Value at application context.As like init method in servlet how can have access or write init method for DispatcherServlet so that i can set some value at ...