Skip to content

Spring Web MVC

teja463 edited this page Nov 28, 2017 · 1 revision
  • You can Configure dispatcher servlet using the web.xml.
  • From Servlet 3.0+ environment, you also have the of configuring the Servlet container programmatically. You can do that by implementing the interface WebApplicationInitializer or by extnding the abstract class AbstractDispatcherServletInitializer.

Clone this wiki locally