Pages

Sunday, May 6, 2012

Spring Enabled Web App Template

Lately I realize that I always spend lots of time to create and edit a "Dynamic Web Project with Maven" for Eclipse. This time before going further I export my Spring Enabled Dynamic Web Project as a template for future projects.

It is a maven project with following dependencies
-Spring 3.1 Context
-Slf4j,Log4j
-Servlet API
-JUnit

Template Eclipse project includes basic spring configuration and a Servlet class.

Project link : http://dl.dropbox.com/u/19429126/TemplateWepAppWithSpring.zip