Expert Spring MVC and Web Flow

(Dana P.) #1
Table 4-1 is represented graphically in Figure 4-1.

Figure 4-1.Module-specific JAR dependencies for Spring 1.2.x and earlier


■Tip Because Spring MVC requires so many parts of the Spring Framework and you are likely to use more
than the minimum, we recommend sticking with the full spring.jarfile. Updates to new versions will be
faster too.


Third-Party JAR Dependencies


No matter which configuration you choose, you will also need commons-logging.jar, the only
required external dependency of the Spring Framework.


Installation


As with all Java web applications, these JAR files must be placed into the /WEB-INF/libdirectory
of your web application.
Before we build the home page, we will first quickly introduce the central trinity of a
Spring MVC application: the Controller, View,and ModelAndViewclasses.


<<artifact>>
commons-logging.jar

<<artifact>>
spring-webmvc.jar

<<artifact>>
spring-context.jar

<<artifact>>
spring-beans.jar

<<artifact>>
spring-core.jar

<<artifact>>
spring-web.jar

<<artifact>>
servlet-api.jar

CHAPTER 4 ■JUMP INTO SPRING MVC 51
Free download pdf