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
2010-05-03 11:04:45
+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
2010-05-03 11:33:52
+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
2010-05-03 18:35:58
+1
A:
Please have a look at this link. I am not sure whether you are looking for this, I haven't tried yet.