-
15
pages
-
Español
-
Documents
Description
Starting Spring MVC Tutorial
Part 1 of 8 Tutorial Set
By Ken Williamson
Driven Solutions
www.drivensolutions.com
Copyright 2007 Driven SolutionsIntroduction
1. Who should use this tutorial?
This tutorial is intended for entry level software engineers and developers interested in
learning Spring MVC. No prior knowledge of Spring MVC is required, but this tutorial does
assume a prior knowledge of Java and J2EE. It is also assumed that the reader has prior
knowledge of web application software development.
This tutorial starts from the very beginning of building a Spring MVC application and gives
step by step instructions on how to build and deploy a Spring MVC application. All code and
configuration files are explained to give the user an understanding of how the application
functions.
2. What is Spring MVC and why should it be used?
Spring MVC is an Open Source Java based web application framework designed for use with
agile development methods and especially the XP (Extreme Programming) method. Spring
MVC provides a way to quickly develop web applications that follow the Model View
Controller design pattern that provides for the isolation of view code, controller code, and
data access code.
Developers and engineers might question why another MVC framework is needed. Spring
MVC, however, offers the following advantages over its two closest competitors, Struts and
Java Server Faces:
➔ ...
Part 1 of 8 Tutorial Set
By Ken Williamson
Driven Solutions
www.drivensolutions.com
Copyright 2007 Driven SolutionsIntroduction
1. Who should use this tutorial?
This tutorial is intended for entry level software engineers and developers interested in
learning Spring MVC. No prior knowledge of Spring MVC is required, but this tutorial does
assume a prior knowledge of Java and J2EE. It is also assumed that the reader has prior
knowledge of web application software development.
This tutorial starts from the very beginning of building a Spring MVC application and gives
step by step instructions on how to build and deploy a Spring MVC application. All code and
configuration files are explained to give the user an understanding of how the application
functions.
2. What is Spring MVC and why should it be used?
Spring MVC is an Open Source Java based web application framework designed for use with
agile development methods and especially the XP (Extreme Programming) method. Spring
MVC provides a way to quickly develop web applications that follow the Model View
Controller design pattern that provides for the isolation of view code, controller code, and
data access code.
Developers and engineers might question why another MVC framework is needed. Spring
MVC, however, offers the following advantages over its two closest competitors, Struts and
Java Server Faces:
➔ ...
-
Publié par
-
Langue
Español
-
Poids de l'ouvrage
1 Mo