Skip to content

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

@odrotbohm

Description

@odrotbohm
  • 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions