views:

994

answers:

5

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.

A: 

As far as i know it does not exist. But why didn't create your own?

khmarbaise
+2  A: 

AppFuse and AppFuse Light have been upgraded to use Spring 3 so I guess you could use one of the appfuse archetypes.

But what is exactly a Spring MVC application if not a regular webapp with some dependencies on Spring 3 artefacts?

Pascal Thivent
+4  A: 

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.

Hussain
+1  A: 

Please have a look at this link. I am not sure whether you are looking for this, I haven't tried yet.