What is Spring dispatcher servlet?
Photo Credit: Courtesy of 3DStockPhoto (dispatcher image)
The Dispatcher servlet is the bit that "knows" to call that method when a browser requests the page, and to combine its results with the matching JSP file to make an html document. How it accomplishes this varies widely with configuration and Spring version. There's also no reason the end result has to be web pages.