spring MVC sample web app
Posted
by Don
on Stack Overflow
See other posts from Stack Overflow
or by Don
Published on 2009-04-22T15:51:11Z
Indexed on
2010/03/15
2:49 UTC
Read the original article
Hit count: 744
Hi,
I'm looking for an example Spring MVC 2.5 web app that I can easily:
- Setup as a project in Eclipse
- Deploy to a local app server (using Ant/Maven)
There are a couple of example applications included with the Spring distribution ('petclinic' and 'jpetstore'), but they don't provide any Eclipse project files (or a way to generate them). They also seem a bit complicated for my needs, e.g. require a local database to be setup.
Thanks, Don
© Stack Overflow or respective owner