lectures icon indicating copy to clipboard operation
lectures copied to clipboard

Add paragraph about the request processing model to the web applications lecture

Open odrotbohm opened this issue 9 years ago • 0 comments

  • click a link on the web page
  • request is received by Spring MVC and routed to the controller
  • controller logic is executed, controller returns a view name
  • a template is resolved using the view name
  • the template is rendered using the model

odrotbohm avatar Jan 22 '16 09:01 odrotbohm