Tag

MVC Architecture

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Nov 12, 2020 · Backend Development

Understanding the Execution Process of Spring MVC with a Sample Application

This article explains how Spring MVC works by walking through a simple SSM project, showing the controller implementation, configuration files, deployment steps, and then detailing the ten-step request‑handling flow from DispatcherServlet to the final view rendering.

DispatcherServletJavaMVC Architecture
0 likes · 7 min read
Understanding the Execution Process of Spring MVC with a Sample Application
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 12, 2020 · Backend Development

Spring MVC Introduction, Core Principles, and Source Code Analysis

This article introduces Spring MVC, explains the problems of mixing JSP and Servlets, details the MVC layered architecture, walks through essential configuration files and Maven dependencies, presents sample controller code, and analyzes the DispatcherServlet source to illustrate the complete request‑response flow in a Java web application.

DispatcherServletJavaMVC Architecture
0 likes · 23 min read
Spring MVC Introduction, Core Principles, and Source Code Analysis