• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wanted: Maven archetype for Minimal Spring MVC/JSP page

 
Ranch Hand
Posts: 428
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried a maven archetype (I wish I could remember: dynamic-web maybe?) for spring-mvc and I could not get it to work.

Can someone recommend a maven archetype that creates a minimal spring-mvc application that uses annotations in the java code that works with java1.7, eclipse and (of course) spring & maven?

Thanks
siegfried
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually the best one out there is built into Spring Roo. It creates all the Maven stuff for you. And when you use it to build controllers, it automatically updates your pom file. But when it does, you still have to run mvn eclipse:eclipse, or "perform eclipse" in the Roo shell, to update the Eclipse project's classpath.

Mark
reply
    Bookmark Topic Watch Topic
  • New Topic