Questions tagged [spring-nature]

Eclipse project configuration to use Eclipse's Spring plugin

In Eclipse, a "project nature" creates an association between the a project and a tool, plug-in, or feature set. By adding a nature to an Eclipse project, you tell an Eclipse plug-in that it is configured to use that project. By adding the "Spring Project Nature" to your project, you are enabling Eclipse's spring plugin to work with your project.

5 questions
5
votes
2 answers

org.springframework package cannot be imported

As the topic says I cannot import this package in my web dynamic project using SpringSource Tool Suite.The command Spring Tools --> Add Spring Project Nature has been already executed. Thank you.
skiabox
  • 3,449
  • 12
  • 63
  • 95
4
votes
2 answers

What is Spring Project Nature?

I have a project that was created in Eclipse, but I'd like to use SpringSource's STS IDE now. I have the Java project in STS now and I converted the project to a Maven project to get Maven's support. Question What exactly does the "Add Spring…
Robert
  • 1,638
  • 7
  • 34
  • 45
3
votes
1 answer

Why must I always "Add Spring project Nature" after Maven "Update Project Configuration" in Eclipse?

I'm using Eclipse to work on a Spring project that is controlled via Maven (well, the m2e plugin in Eclipse). Whenever I make a change to the Maven pom.xml file, the interface complains and says I subsequently need to run "Update project…
Geeb
  • 631
  • 8
  • 19
2
votes
1 answer

How to include config files from multiple projects into an Eclipse project's spring nature?

using Eclipse Helios, and the Spring Source Tool Suite 2.8.1.201111221000-RELEASE, having two Eclipse projects with a Spring nature added, the second depending on the first - is there a way to add Spring bean configuration files from both projects…
0
votes
1 answer

Enable Spring Project Nature in STS 4 to fix XML Schema problems

I'm trying to apply the solutions (proper XML schema resolution) mentioned here which requires me to enable Spring project nature in an existing project in STS 4. According to this, there would be a Spring Tools context menu on which one can do…