Course
Skills Expanded
Introduction to Spring MVC
An introduction to building applications using Spring MVC.
What you'll learn
This course is a basic introduction to Spring MVC. It covers building a basic app, architecture, controllers, views, tags, validation, and ajax within Spring MVC.
Table of contents
Introduction
16mins
Building
48mins
- Introduction 0m
- Prerequisites 2m
- What are we going to build? 1m
- Springsource Downloads 1m
- Downloading Spring 2m
- Maven Overview 1m
- Demo: Maven Configuration 6m
- Spring Configuration Parts 1m
- Where to get Tomcat 1m
- Tomcat Installation 4m
- Programming Standards 3m
- Upgrading the schema in the web.xml 1m
- Configuring the web.xml 4m
- Namespaces in Context Files 1m
- Configuring the servlet-config.xml 4m
- Creating the Controller 4m
- Create JSP and Configuration 7m
- Run the Application 2m
- Recap and Walkthrough 3m
Architecture
12mins
Controllers
29mins
Views
18mins
Tags
38mins
Validation
24mins