Template project for web-application development using Spring MVC and Java
Starter template project for thos who want to start experimenting with Java & Spring MVC & JSP.
You need to have Java 7+ installed on your PC in order to compile example.
Project uses Apache Maven as build and dependency management tool.
It has 4 modules:
- common - module with common information
- data - module with Data Access Layer & Service Layer
- web - module that will be deployed into tomcat
- web-app-launcher - is a helper module that's used for using ide-based Launcher (see Launcher class).
In order to create war execute following command: mvn -P=build clean package
P.S. I prefer to use IntelliJ IDEA IDE.