Skip to content

Commit 8d7b100

Browse files
authored
Merge pull request #4333 from isasharafdin/spring-mvc
added topic: spring-mvc
2 parents bad3dcc + 7e9f2ae commit 8d7b100

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

topics/spring-mvc/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
aliases: springmvc, spring-webmvc
3+
created_by: Rod Johnson, Pivotal Software
4+
display_name: Spring MVC
5+
github_url: https://github.com/spring-projects/spring-framework
6+
logo: spring-mvc.png
7+
released: October 2002
8+
short_description: Spring MVC is a framework for building web applications as part of the Spring Framework.
9+
topic: spring-mvc
10+
url: https://spring.io/projects/spring-framework
11+
wikipedia_url: https://en.wikipedia.org/wiki/Spring_Framework#Spring_Web_MVC
12+
related: spring-framework, java, web-development, rest
13+
---
14+
**Spring MVC** (Model-View-Controller) is a framework for building web applications within the larger Spring Framework. Introduced by Rod Johnson and Pivotal Software, Spring MVC provides a comprehensive programming and configuration model for modern Java-based enterprise applications. It offers a flexible way to create and manage web components, integrating seamlessly with other Spring modules. This topic covers the architecture of Spring MVC, its core components such as controllers, views, and models, as well as best practices for building robust and scalable web applications.

topics/spring-mvc/spring-mvc.png

19.8 KB
Loading

0 commit comments

Comments
 (0)