• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Creating dependencies

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


<artifactId>spring-context</artifactId>
<artifactId>spring-aop</artifactId>
<artifactId>spring-webmvc</artifactId>
<artifactId>spring-web</artifactId>
I have an error in the four <artifactId> tag, it says:
The managed version is 4.2.7.RELEASE The artifact is managed in org.springframework:spring-framework-bom:4.2.7.RELEASE

based on http://platform.spring.io/platform/, the current spring io platform is 2.0.7
<artifactId>platform-bom</artifactId>
<version>2.0.7.RELEASE</version>

Another thing, when I was reading the tutorial, it said "Create new Spring Configuration Bean file: /WebContent/WEB-INF/crunchify-servlet.xml". When I click on the WEB-INF file, how do i create a new xml file? Do we right click WEB-INF, new and click on JSP file or which option?

Lastly, do we create an web.xml file or will it be automatically created first in WEB-INF?

Thank you.
 
It's never done THAT before. Explain it to me tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic