Client
> Front controller (Dispatcher Servlet)
> Handler mapping (holds mapping of all the URLs with controller) returns Controller
> Controller
> Return the view
View resolver resolves the view type (ModelAndView/Jasper(JSP)/text/JSON)
> If modelAndView response, return View
else return data (JSON, text etc.)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.