Skip to content
#

Spring MVC

spring-mvc logo

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.

Here are 64 public repositories matching this topic...

A microservice application created while writing a thesis entitled: "Functionality problems of monolithic architecture and microservices in web applications". Version in monolith architecture: https://github.com/NowakArtur97/My-Moments-Monolith.

  • Updated Jul 1, 2023
  • TypeScript

O projeto oferece uma API em Java com dados referentes ao modelo de Blume-Capel. Além disso, o repositório conta com duas interfaces: uma web, construída com Next.js, e uma mobile, construída com React Native. Dessa forma, os usuários conseguem visualizar e editar os dados servidos pela API.

  • Updated Mar 27, 2024
  • TypeScript

Created by Rod Johnson, Pivotal Software

Released October 2002

Latest release 22 days ago

Followers
77 followers
Repository
spring-projects/spring-framework
Website
spring.io/projects/spring-framework
Wikipedia
Wikipedia

Related Topics

java rest spring-framework web-development