SlideShare a Scribd company logo
2
Most read
6
Most read
9
Most read
MVC Architecture
Emily Bauman
Overview
MVC structure is a design pattern for web
applications, with three components:
● Model
● View
● Controller
Overview
Model
● Responsible for maintaining data
● Represents knowledge - can be a single
object or a structure of objects
View
● Responsible for displaying data to user
● Representation of the model
○ presentation filter
○ shows only chosen data to the user
Controller
● Controls interactions between model & view
● Link between user and system
● The “brains” of the application
● Controls data flow into the model and
updates the view when data changes
Simple Example
Model View Controller
HTML CSS Web Browser
● Bare text
● The content, knowledge
of a web page
● Styling
● The display of a web
page
● Brings it all together
● Displays the view with
the knowledge of the
model, allowing
interaction for the user
Why is it used?
● Isolates the business logic from the user
interface
● Allows the application to be skinnable
○ same data with changeable views
Frameworks
Many programming frameworks have adopted
MVC concepts, including:
● Spring
● Django
● Ruby on Rails
● Struts
● ASP.NET
Our project
● Spring Web MVC framework
○ DispatcherServlet
○ ModelAndView object
○ Annotations
DispatcherServlet
● Dispatches requests to controllers
● Integrated with Spring IoC container
Spring MVC
Our Structure
● Model: ModelAndView object
● View: JSP pages
● Controller: Spring MVC controller
Model: ModelAndView
● Used ModelAndView object as our model
● Spring MVC object: represents a model and
view returned by a handler
● Model is a map with <K,V>
View: JSP
● Used JSP pages as the view
● Calls in attributes of the model
Controller: Spring MVC
● Defined with @Controller annotation
● @RequestMapping annotation to map URLs
to particular handler methods
Spring MVC Example
@RequestMapping(value = "/approvetask", method = RequestMethod.POST)
public ModelAndView approveTask() {
ModelAndView model = new ModelAndView();
model.addObject("msg", "You have approved an employee task.");
model.setViewName("mytasks");
return model;
}
Spring MVC Example
<c:if test="${not empty msg}">
<div class="msg">${msg}</div>
</c:if>
Spring MVC Example
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="prefix">
<value>/WEB-INF/pages/</value>
</property>
<property name="suffix">
<value>.jsp</value>
</property>
</bean>
Resources
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html
http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/servlet/ModelAndView.html
https://spring.io/guides/gs/rest-service/

More Related Content

PDF
Model View Controller (MVC)
PDF
MVC Architecture
PDF
Spring MVC Framework
PPT
Mvc architecture
PPTX
Introduction to mvc architecture
PPTX
Model view controller (mvc)
PPT
Java J2EE
PDF
Introduction to asp.net
Model View Controller (MVC)
MVC Architecture
Spring MVC Framework
Mvc architecture
Introduction to mvc architecture
Model view controller (mvc)
Java J2EE
Introduction to asp.net

What's hot (20)

PPT
Jsp ppt
PPTX
Introduction to ASP.NET
PPT
Java Servlets
PDF
REST API and CRUD
PDF
Spring Boot
PPTX
Spring Boot and REST API
PPTX
MVC Framework
PDF
Enterprise Java Beans - EJB
PPTX
react-slides.pptx
PPTX
Typescript ppt
ODP
Django for Beginners
PPTX
Web forms in ASP.net
PPT
JDBC,Types of JDBC,Resultset, statements,PreparedStatement,CallableStatements...
PDF
Javascript basics
PPT
Java Servlets
PPTX
Unit 1 - TypeScript & Introduction to Angular CLI.pptx
PDF
Spring Boot
PPT
MVC ppt presentation
PPTX
Master page in Asp.net
PPT
Spring ppt
Jsp ppt
Introduction to ASP.NET
Java Servlets
REST API and CRUD
Spring Boot
Spring Boot and REST API
MVC Framework
Enterprise Java Beans - EJB
react-slides.pptx
Typescript ppt
Django for Beginners
Web forms in ASP.net
JDBC,Types of JDBC,Resultset, statements,PreparedStatement,CallableStatements...
Javascript basics
Java Servlets
Unit 1 - TypeScript & Introduction to Angular CLI.pptx
Spring Boot
MVC ppt presentation
Master page in Asp.net
Spring ppt
Ad

Viewers also liked (6)

PPT
Ppt of Basic MVC Structure
PPT
Design Pattern For C# Part 1
PDF
MVC Seminar Presantation
ODP
Why Use MVC?
PPT
Why MVC?
PPTX
Android ppt
Ppt of Basic MVC Structure
Design Pattern For C# Part 1
MVC Seminar Presantation
Why Use MVC?
Why MVC?
Android ppt
Ad

Similar to MVC architecture (20)

PDF
Verbal+Visual: MVC Structure. Model, View, Controller.
PPTX
MVC architecture by Mohd.Awais on 18th Aug, 2017
PPTX
Mvc pattern and implementation in java fair
PDF
Mvc Architecture in a web based application
PPT
Mvc 130330091359-phpapp01
ODP
Mvc
PPTX
5_6163495906206292160 for study purpose.pptx
PPTX
MVC.pptx
PDF
How I Accidentally Discovered MVVM
PDF
MVC in PHP
PPSX
Software Design Patterns
ODP
Model View Controller
PDF
Model View Madness
PPT
MVC(Model View Controller),Web,Enterprise,Mobile
PPT
Web engineering - MVC
PPTX
Using mvvm inside mvc in domain driven design
PPTX
Mvc framework
PDF
Models used in iOS programming, with a focus on MVVM
PPT
MVC
PDF
iOS architecture patterns
Verbal+Visual: MVC Structure. Model, View, Controller.
MVC architecture by Mohd.Awais on 18th Aug, 2017
Mvc pattern and implementation in java fair
Mvc Architecture in a web based application
Mvc 130330091359-phpapp01
Mvc
5_6163495906206292160 for study purpose.pptx
MVC.pptx
How I Accidentally Discovered MVVM
MVC in PHP
Software Design Patterns
Model View Controller
Model View Madness
MVC(Model View Controller),Web,Enterprise,Mobile
Web engineering - MVC
Using mvvm inside mvc in domain driven design
Mvc framework
Models used in iOS programming, with a focus on MVVM
MVC
iOS architecture patterns

Recently uploaded (20)

PPT
Introduction Database Management System for Course Database
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
DOCX
The Five Best AI Cover Tools in 2025.docx
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
System and Network Administration Chapter 2
PPTX
Essential Infomation Tech presentation.pptx
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Introduction to Artificial Intelligence
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Digital Strategies for Manufacturing Companies
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Understanding Forklifts - TECH EHS Solution
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Materi-Enum-and-Record-Data-Type (1).pptx
PPTX
Transform Your Business with a Software ERP System
Introduction Database Management System for Course Database
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
The Five Best AI Cover Tools in 2025.docx
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
System and Network Administration Chapter 2
Essential Infomation Tech presentation.pptx
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Introduction to Artificial Intelligence
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Digital Strategies for Manufacturing Companies
Which alternative to Crystal Reports is best for small or large businesses.pdf
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Understanding Forklifts - TECH EHS Solution
How Creative Agencies Leverage Project Management Software.pdf
Materi-Enum-and-Record-Data-Type (1).pptx
Transform Your Business with a Software ERP System

MVC architecture