Sunday, January 20, 2019

Spring mvc HandlerMapping VS HandlerAdapter

Sol :

  1. DispatcherServlet dispatches the task of executing of business logic of Controller to HandlerAdapter.
  2. HandlerAdapter calls the business logic process of Controller.
  3. Controller executes the business logic, sets the processing result in Model and returns the logical name of view to HandlerAdapter.

No comments:

Post a Comment

Spring Annotations