Possible Duplicate:
spring MVC sample web app
I'm looking for a sample application that shows how to get Spring Data (using JPA & Hibernate), along with Spring MVC. I always find figuring out how to start off my Spring apps the hardest part. Does anyone know if one exists?
FWIW I had a look on Appfuse but couldn't see anything, and also the sample apps that come with Spring but nothing quite matched. The closest I've got is to create a blank MVC app from the Spring Templates in STS, and then add the Spring Data / Hibernate dependencies using Maven, but I'm never quite sure whether I'm using the best combination of libs with Maven. I just want a sample app that shows the best practices so I can build a similar one myself from scratch (and therefore figure out how they all fit together rather than spending a week jumping around the Spring docs :)
Many thanks