Questions tagged [spring-tool-suite]

Spring Tool Suite (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

The Spring Tool Suite™ (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

Included with STS is the developer edition of Pivotal tc Server, the drop-in replacement for Apache Tomcat that’s optimized for Spring. With its Spring Insight console, tc Server Developer Edition provides a graphical real-time view of application performance metrics that lets developers identify and diagnose problems from their desktops.

STS supports application targeting to local, virtual and cloud-based servers. It is freely available for development and internal business operations use with no time limits.

For more info visit - http://spring.io/tools

Please tag your question under if it is more related to its core features.

1372 questions
0
votes
1 answer

Perform Diff/Merge in an external tool in Spring Tool Suite

Is there any way to override how Spring Tool Suite performs diff/merge/patch operations? Specifically, it would be nice to use an external tool (i.e. Beyond Compare) outside of STS to perform the work. There appears to be options to configure the…
Agent_9191
  • 7,216
  • 5
  • 33
  • 57
0
votes
1 answer

guideline to generate boilerplate for xml like applicationContext?

I know that it's possible to generate this schema above by selecting all these options in STS(Spring Tool Suite):
solvator
  • 371
  • 1
  • 6
  • 12
0
votes
1 answer

spring tool suite maven project adding libraries dependencies

I am about to give up on spring here; having come from .NET world and needing to learn java I was directed to spring as being the best environment to learn. I was given a sample project to work on with the class files and a whole bunch of…
vbNewbie
  • 3,291
  • 15
  • 71
  • 155
0
votes
4 answers

GGTS picking incorrect java path

The GGTS(Groovy Grails Tools Suite) is picking the incorrect value of JAVA_HOME. When I check the value in terminal it shows java-6, but GGTS is picking java-7. sashwat@sashwat-desktop:~$ echo ${JAVA_HOME} /usr/lib/jvm/java-6-openjdk-amd64 I am…
Keen Sage
  • 1,899
  • 5
  • 26
  • 44
0
votes
2 answers

Eclipse JUnit and Spock framework "Go To Test" does not work

I am using the Spockframework/Groovy with eclipse(sts) and frequently run my Specs inside the IDE. What really annoys me is that when I want to jump to a test method it doesn't work. Does someone know a workaround for this limitation or an…
Vad1mo
  • 5,156
  • 6
  • 36
  • 65
0
votes
2 answers

How to setup TC Server Developer Edition (in STS) and accessing a UNC path

I Have a java project running in Spring Tool Source IDE in an instance of TC Server Developer Edition and I need to access a UNC path share on our network. How do I configure the TC Server Developer Edition to use our "Service Account" that has been…
saunderl
  • 1,618
  • 2
  • 16
  • 31
0
votes
2 answers

STS project gives error cannot be read or is not a valid ZIP file

I am for the first time trying java in Spring Tool Suite and using an example project imported, now running into endless issues. I tried building the project and go the following error: Archive for required library:…
vbNewbie
  • 3,291
  • 15
  • 71
  • 155
0
votes
1 answer

Cannot locate beanDefinitationDecorator for element

My Servlet-context.xml on property name = mapping im getting multiple annotations found at this line
0
votes
1 answer

Grails app wont start from STS but launches from terminal

Here's what I'm getting when I try run-app on STS 2014-03-24 16:14:53,737 [localhost-startStop-1] ERROR StackTrace - Full Stack Trace: java.lang.NullPointerException at…
Alexander Suraphel
  • 10,103
  • 10
  • 55
  • 90
0
votes
1 answer

Spring Tool Suite: How do i clean Spring Tool Suite cache (if there is one)?

Few days back I created a maven project and i'm using angularJS for view, but whenever i make changes in the html file it doesn't show up after running the project, i clean the project countless number of times but the changes still don't show up.…
Elysium
  • 145
  • 1
  • 4
  • 15
0
votes
1 answer

GGTS editor tooltip show itself too fast

I am using GGTS on WIN7 64bit to edit my Grails project. When editing GSP or groovy, once I point my mouse to something in the source code, a tooltip will show itself in less than 1ms. This is very annoying. What I really wanna do is to click that…
tom
  • 7
  • 1
0
votes
3 answers

How do I move my src/main/webapp/WEB-INF/views folder out of src/main/webapp/?

I have a folder in Spring MVC src/main/webapp/WEB-INF/views that contains my view templates. I want to move it to src/main/java/views (or some other folder outside of src/main/webapp). How do I configure that in Spring MVC? I see a file…
trusktr
  • 44,284
  • 53
  • 191
  • 263
0
votes
3 answers

Spring Tool Suite - Hello World

I am following this tutorial: http://www.tutorialspoint.com/spring/spring_hello_world_example.htm I am using the spring tool suite (STS) that is basically Eclipse. On Step 2 spring libraries and Apache common logging libraries need to be added. …
user_loser
  • 881
  • 1
  • 13
  • 27
0
votes
1 answer

Some tasks are not shown in the Tasks view in Eclipse (Spring Tool Suite)

Some TODOs from some files are not shown in the "Tasks" view in Eclipse. I performed a refresh and "Clean" on all projects and especially also on the affected project, done Maven > Update Project on the affected project. The Tasks view is configured…
krm
  • 2,074
  • 2
  • 18
  • 21
0
votes
2 answers

Spring MVC. HTTP Status 500 - Error instantiating servlet

I created maven project "File->New->Other..->Maven->Maven Project" I created controller + view, "Hello World" and everything worked well. I foolishly decided to click RightClick(on project)->Maven->Update Project (tomcat was running). On the project…
DmitMedv
  • 980
  • 3
  • 11
  • 22