Download Java SpringMVC Free Java Code
Description
Sample of a MVC project using Spring 3 framework.
Source Files
The download file JavaSpringMVC-master.zip has the following entries.
.gitignore// w w w . ja v a 2 s. c o m
README.md
pom.xml
src/main/java/info/beverlyshill/javaspringmvc/PagesController.java
src/main/java/info/beverlyshill/javaspringmvc/dao/PagesDao.java
src/main/java/info/beverlyshill/javaspringmvc/domain/Pages.java
src/main/java/info/beverlyshill/javaspringmvc/hibernate/dao/PagesDaoImpl.java
src/main/java/info/beverlyshill/javaspringmvc/util/Message.java
src/main/resources/datasource.xml
src/main/resources/log4j.xml
src/main/resources/schema.sql
src/main/resources/test-data.sql
src/main/webapp/WEB-INF/messages/application.properties
src/main/webapp/WEB-INF/messages/messages.properties
src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
src/main/webapp/WEB-INF/spring/root-context.xml
src/main/webapp/WEB-INF/views/index.jsp
src/main/webapp/WEB-INF/web.xml
src/main/webapp/resources/sample.css
src/test/java/info/beverlyshill/javaspringmvc/AbstractControllerTest.java
src/test/java/info/beverlyshill/javaspringmvc/PagesControllerIntegrationTest.java
src/test/java/info/beverlyshill/javaspringmvc/PagesControllerTest.java
src/test/java/info/beverlyshill/javaspringmvc/test/config/ControllerTestConfig.java
src/test/resources/log4j.xml
Download
Click the following link to download JavaSpringMVC-master.zip.
JavaSpringMVC-master.zip