What is Dispatcher Servlet in Spring?
Posted
by theband
on Stack Overflow
See other posts from Stack Overflow
or by theband
Published on 2010-05-04T22:48:46Z
Indexed on
2010/05/04
22:58 UTC
Read the original article
Hit count: 272
http://maestric.com/wiki/lib/exe/fetch.php?w=&h=&cache=cache&media=java:spring:spring_mvc.png
In the above image, HTTP request sends something to Dispatcher Servlet. My Question is what does Dispatcher Servlet do.
Is it something like getting the information thrown from the web page and throwing it to the controller.
© Stack Overflow or respective owner