Questions tagged [sts-springsourcetoolsuite]

Spring Tool Suite (STS) is the Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring based technologies. The Groovy-Grails Tool Suite (GGTS) is a variant of STS tailored towards developing Groovy and Grails applications.

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.

Links

Usage

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

568 questions
6
votes
1 answer

What does the red arrow pointing up and right mean in the Package Explorer in Eclipse?

I am using SpringSource Tool Suite (essentially Eclipse Helios ++) and I just started using Subversive. I've been using all of the tools except Subversive for quite a while and I've never seen these red arrow icons before (or are these called…
jhericks
  • 5,833
  • 6
  • 40
  • 60
6
votes
2 answers

STS.app on Mac 10.12.1 always creates a new org.springsource.sts folder in .eclipse

I've downloaded and installed STS 3.8.2 on my Mac (10.12.1). Each time the STS.app file is launched, it creates a new org.springsource.sts_3.8.2.RELEASE_########_macosx_cocoa_x86_64 folder under the hidden .eclipse folder (the hashes are there…
Greg
  • 203
  • 2
  • 12
6
votes
1 answer

Eclipse EclEmma missed instructions

I'm using Eclipse-STS + EclEmma plugin to see coverage of my code. In all my abstract util classes (with only static methods) I see 3 missed instructions (Instructions Counter report) at the class definition line: No marker available at the left of…
madhead
  • 31,729
  • 16
  • 153
  • 201
6
votes
3 answers

Error abotut dynamic web module version reported by STS

I've created a web project in STS 2.9.2 using Spring 3.0.6 and Maven 3.0.3. I've created some pages and code with no errors. I've upgraded Spring libraries version from 3.0.6 to 3.1.2 in project's pom.xml and now I get following error…
Carlos
  • 191
  • 2
  • 13
5
votes
1 answer

Spring STS can't find META-INF/spring.schemas

Trying to set up a new project, and running into a weird issue. I made a new app context file named backend-context.xml, I've added spring-context as a dependency, and am trying to add namespaces through the bean config file, but it's showing as 1…
dardo
  • 4,870
  • 4
  • 35
  • 52
5
votes
2 answers

Where did Eclipse's Run As > Maven Package go?

In an older version of Eclipse, the number of which I can't remember, there was an option when right-clicking a project under Run As of Maven Package. In Springsource Tool Suite 2.9.0 built on Eclipse 3.7.2, this option is no longer there. I could…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
5
votes
5 answers

Eclipse + Maven + Groovy: src/test/groovy directory gets removed after update project configuration

I'm developing a Java web project in Eclipse (STS version 2.8.1.RELEASE) with Maven (version 2.2.1) and unit tests written in Groovy. The unit tests are located under src/test/groovy. Furthermore I'm using the m2eclipse plugin for Eclipse (version…
Felix Reckers
  • 1,282
  • 1
  • 14
  • 15
5
votes
3 answers

Can a broken eclipse be repaired?

Since a few days I can't no longer use the keyboard shortcuts like Ctrl-S because it inserts special characters into my sources. In a property file I noticed that Ctrl-S inserts \u2308 . Is there a way to repair this, without reinstalling…
stacker
  • 68,052
  • 28
  • 140
  • 210
5
votes
3 answers

No mapping found for HTTP request with URI [/myproject/] in DispatcherServlet with name 'appServlet'

I'm absolutely newbie with Java and Spring and I want to learn from example. I'm using an out-of-the-box configuration / installation Mac OSX Springsource Tool Suite as IDE Spring 2.8.1.RELEASE vfabric-tc-server-developer-2.6.1.RELEASE I've tried…
Marc Pou
  • 649
  • 2
  • 7
  • 20
5
votes
2 answers

STS Spring MVC: How to include a JS file in a JSP

I installed SpringSource Tool Suite 2.8.0. I'm trying to include a JS file in a JSP, using the Spring MVC template as a starting point. My JSP looks like this: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ page session="false"…
Hagai Cibulski
  • 4,421
  • 3
  • 20
  • 23
5
votes
2 answers

Spring Tools Suite memory keeps increasing

I have recently started using the Spring Tools Suite (STS 2.7.2), and it seems the memory consumed by the IDE keeps increasing as you continue to work. The usage of the IDE has been pretty limited as of now (no heavy server integration or so...) -…
Saket
  • 45,521
  • 12
  • 59
  • 79
5
votes
5 answers

STS - Grails perspective broken. Can not see services

I am using STS for grails development and i don't know what I did, (most probably dragged a folder somewhere by mistake) but now I can't see my services in the perspective. They do exists under grails-app/services but I guess something is not…
Bilsay
  • 185
  • 2
  • 11
5
votes
2 answers

unable to create project from archetype in springsource

I am trying to create a AppFuse archetype for creating a web application with Hibernate, Spring and Spring MVC using spring source. But I am getting the following error. Unable to create project from archetype…
ajm
  • 12,863
  • 58
  • 163
  • 234
5
votes
3 answers

Uninstall springsource tools suite

I have installed a springsource tools suite 2.5 and I want to move to 2.6 version, so I was looking for uninstalling the older version, but i don't find the uninstaller. So, deleting the directory in which the older version is installed is…
onepseudoxy
  • 580
  • 2
  • 8
  • 24
5
votes
1 answer

what is service url in spring starter project? Alternatives for default service url https://start.spring.io

I am new to Spring boot. While creating a New Spring Starter project in STS there is a Service URL dropdown defaults to https://start.spring.io as given below. I searched in stack overflow but didn't find any information about it. What is the use…