我是
Spring MVC的新手.但我在使用Struts 1.x方面有一定的经验.我想知道在使用Spring MVC时是否通常自定义DispatcherServlet,就像人们有时在Struts 1.x中自定义ActionServlet或RequestProcessor一样?
或者让我们稍微扩展一下这个问题.资深Spring MVC程序员定制MVC框架的入口点在哪里?
谢谢.
解决方法
绝对是一个很好的做法.
Spring Framework – Web MVC framework
SUMMARY: You can customize Spring’s DispatcherServlet by adding context parameters …. especially handy when you have a lot of common functionality in one controller.