• 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

create the spring mvc folder structure in maven

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am trying to create a folder structure as showed in image to proceed with developing a spring mvc web application. But i failed to create the above structure in eclipse. Appreciate if anyone help me to create the showed structure in eclipse
screenshot.jpg
[Thumbnail for screenshot.jpg]
 
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Just download Spring eclipse-based IDE STS and create a new Spring Template Project, Spring MVC project. (it's maven based project)
2. Or download STS pluging for eclipse if available.
3. Have a check at Spring web site.

 
Greenhorn
Posts: 15
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can create a maven project using archetype

maven-archetype-webapp



If you are doing that from command line, then import into eclipse by using

mvn eclipse:eclipse -Dwtpversion=2.0



Or have a look at the instructions at the Hello world example using Spring MVC.

Cheers
 
Crusading Chameleon likes the size of this ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic