Skip to content

Commit

Permalink
Merge pull request #4333 from isasharafdin/spring-mvc
Browse files Browse the repository at this point in the history
added topic: spring-mvc
  • Loading branch information
ahpook authored May 20, 2024
2 parents bad3dcc + 7e9f2ae commit 8d7b100
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions topics/spring-mvc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
aliases: springmvc, spring-webmvc
created_by: Rod Johnson, Pivotal Software
display_name: Spring MVC
github_url: https://github.com/spring-projects/spring-framework
logo: spring-mvc.png
released: October 2002
short_description: Spring MVC is a framework for building web applications as part of the Spring Framework.
topic: spring-mvc
url: https://spring.io/projects/spring-framework
wikipedia_url: https://en.wikipedia.org/wiki/Spring_Framework#Spring_Web_MVC
related: spring-framework, java, web-development, rest
---
**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.
Binary file added topics/spring-mvc/spring-mvc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d7b100

Please sign in to comment.