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
18
votes
3 answers

Eclipse Gradle STS Extension: Could not reserve enough space for object heap

Once in a while I'll get the following error when the Gradle STS extension tries to execute my project's gradle build script after launching Eclipse 3.7 (Indigo) with the Gradle STS extension installed, Unable to start the daemon process. The exit…
user1329572
  • 6,176
  • 5
  • 29
  • 39
18
votes
5 answers

SpringSource Tool Suite Change Themes

When I became aware of Sublime, I noticed the benefits of dark themes to your workspace. But since Sublime doesn't have support for Grails at the moment, I search for ways to theme STS or SpringSource Tool Suite and I reached to this article. I…
David B
  • 3,269
  • 12
  • 48
  • 80
17
votes
2 answers

Does IntelliJ have Spring namespaces wizard?

In Spring Source Toolsuite (Eclipse with some Spring tuning) there is nice wizard to pick namespaces when defining new spring config (see picture): I wasn't able to find anything like that in IntelliJ. Does it provide something similar?
Xorty
  • 18,367
  • 27
  • 104
  • 155
16
votes
4 answers

How to debug JSTL?

I'm using SpringSource Tool Suite (with Roo) and have some success. What bothers me though is that I don't know how to debug tag library-stuff. I may add breakpoints but it never stops at them. What I'm looking for is a dump of all current variables…
Hedge
  • 16,142
  • 42
  • 141
  • 246
15
votes
4 answers

Spring Explorer not showing beans from bean definition file

I just downloaded the Springsource Tool Suite, and I created a simple bean configuration file called myDefinition.xml and placed it in the root directory of the Spring Project. However, the Spring Explorer is not showing any data. I'm using eclipse…
Stefan Kendall
  • 66,414
  • 68
  • 253
  • 406
14
votes
3 answers

Cannot find class [org.apache.commons.dbcp.BasicDataSource]

I am getting this exception when trying to start my spring MVC hibernate app. SEVERE: Exception sending context initialized event to listener instance of class…
djoshi
  • 363
  • 3
  • 7
  • 18
13
votes
4 answers

How do I extend the classpath used for 'grails run-app'

I have the following in my Config.groovy file: grails.config.locations = [ "classpath:env.groovy" ] Now, where exactly am I supposed to place "env.groovy" such that it is available on the CLASSPATH during grails run-app? The documentation here is…
Eric
  • 836
  • 1
  • 11
  • 18
12
votes
3 answers

Springsource Tool Suite and creating an Application from scratch

I have looked around for a beginners tutorial to start creating a Spring app using the STS IDE. There seems to be nothing around, its either hand build it or the tutorial doesn't work and is many versions off the current IDE. I am very new to…
JPM
  • 9,077
  • 13
  • 78
  • 137
12
votes
7 answers

Grails: Native2ascii error when I add a new property to message.properties

I get a strange error when I add a new property to message.properties file in my grails application during runtime. When I restart the application via the command line, or restart STS, this error disappears. I am on version 2.0.1 and until a week…
11
votes
1 answer

Spring IDE plugin vs STS: feature comparison for version 3.3.0

Does anyone know where I can find the most recent feature comparison document for Spring IDE plugin vs SpringSource Tool Suite STS (version 3.3.0)? I believe Eclipse made some good progress in Kepler release, (for example Maven support being…
Taoufik Mohdit
  • 1,910
  • 3
  • 26
  • 39
11
votes
1 answer

The matching wildcard is strict, but no declaration can be found for element

I'm using Springsource Tools Suite 3 and trying to implement interceptions. That's the code and errors are commented: servlet-context.xml
John Smith
  • 189
  • 2
  • 5
  • 10
10
votes
2 answers

Unknown spring tags

I downloaded springsource tools suite, and created a springMVC template project (hello world). Worked great. I just added a simple form, and the spring tags don't seem to work. STS doesn't recognize the tags, and they don't render on the page…
user1007895
  • 3,925
  • 11
  • 41
  • 63
10
votes
1 answer

Eclipse automatically adds wrong dependencies into pom.xml

During work in my Maven controlled java project in Eclipse sometimes strange dependencies are added into the pom.xml of the project (scala.lang or whatever). Most often I realize this when committing my changes to source repository (and sometimes I…
Uwe Allner
  • 3,399
  • 9
  • 35
  • 49
10
votes
1 answer

Spring Tool Suite marks occurrences only after ten second delay

I am running STS (Kepler/3.5.1.RELEASE) and experiencing an annoying issue in which Java editors will highlight occurrences of a variable/method/etc. only after a ten-second delay. This behavior seems to happen regardless of the following: number…
Ignatius
  • 235
  • 3
  • 10
10
votes
2 answers

invalid username/password in egit when pushing changes to googlecode

I have a project hosted in googlecode with Git. I'm using STS (SpringSource Tool Suite) with eGit. I cloned the repository at home and I could commit & push the changes successfully. I did the same thing at work and when I try to push the changes…
Neets
  • 4,094
  • 10
  • 34
  • 46
1
2
3
37 38