Is there a maven 2 archetype for spring 3 MVC applications?

gregor picture gregor · May 3, 2010 · Viewed 67.5k times · Source

I'm experimenting with the spring 3 MVC framework. Since i use maven 2 to manage my project, i'm searching for a archetype to create a spring 3 MVC application.

Answer

Hussain Fakhruddin picture Hussain Fakhruddin · May 3, 2010

You can use STS (spring tool suite) a new spring MVC template project creates a working application using spring 3.

Or you can using Spring Roo to give a working foundation to your project.