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
4
votes
2 answers

Missing Spring AOP libraries in STS

I'm getting my feet wet with Spring. I downloaded STS and I'm following basic examples from Spring in Action Second Edition. I'm stuck when trying to implement basic AOP and I guess I'm just missing some specific libraries in my project. I say so…
Marsellus Wallace
  • 17,991
  • 25
  • 90
  • 154
4
votes
1 answer

What is the difference between src/main/java and src in Springsource Tool

I'm learning to use Springsource Tool Suite (STS) and the Spring framework for development. I am trying out the Amazon AWS SDK for eclipse and decided to install it into STS. When I follow create a new AWS project, it puts the .java file under src…
oky_sabeni
  • 7,672
  • 15
  • 65
  • 89
4
votes
2 answers

Small exclamation icon over my STS project icon

I am working on Struts project using the Spring Source Toolsuite IDE. When there are complier errors or something, a red X mark or yellow exclamation mark appear over the icon for my project. But even after I made sure there are no complier errors,…
user529141
4
votes
1 answer

editing spring xml source with eclipse/sts - missing "mark occurrences" and "jump to bean in another file"?

I'm working with Eclipse/STS and editing spring bean definition XMLs with the "Source" editor, as I dislike the GUI editors. I'm missing these features: mark occurrences - highlight all occurrences of the word I'm standing on (the same as in the…
ihadanny
  • 4,377
  • 7
  • 45
  • 76
4
votes
2 answers

Trouble importing multi module maven project in to Eclipse (STS 2.5.2)

I've just spent the last hour looking at threads on Stackoverflow.com , trying to import a Maven project in to Spring ToolSuite 2.5.2. The Maven project has multiple modules, when I use the Import... wizard in STS to import the project All the…
C0deAttack
  • 24,419
  • 18
  • 73
  • 81
4
votes
6 answers

Groovy code editor suggestions

I'm trying to learn Grails. I'm using SpringSource toole suite. I expected to find code-completion, syntax highlighting and more things like that in the IDE. Nothing like that! Any advice?
Fabio B.
  • 9,138
  • 25
  • 105
  • 177
4
votes
1 answer

How do I use an existing Spring 3.0.5 project in STS?

Unlike IDEA, which has options for using existing sources, STS doesn't look like it has options to use an existing project. I don't want to create a new project's source folders and bin folders. I already have a Maven POM and I want STS to just use…
egervari
  • 22,372
  • 32
  • 121
  • 175
4
votes
7 answers

STS vs. Eclipse for Grails?

I understand that SpringSource Tool Suite is based on Eclipse. I am coding Grails. STS is often pissing me off. I was thinking of installing Eclipse instead with a Grails plugin - will it just be the same? What's better? STS or Eclipse?
Nathan H
  • 48,033
  • 60
  • 165
  • 247
4
votes
1 answer

STS Spring Boot Dashboard Doesn't Recognize Successful Start

Similar to this question, but the Spring "Boot Dashboard" doesn't show as starting (the 'up arrow' icon); specifically the first two applications in the list below. I could care less about the icon, but the resulting impact is that the…
JJ Zabkar
  • 3,792
  • 7
  • 45
  • 65
4
votes
6 answers

Cannot find Spring MVC project when creating new web application project using STS?

I'm new to Spring MVC and trying to learn from the internet tutorial such as these good ones from journaldev, springsource, and codejava All of those tell me use STS as the IDE and to go for New Project - Spring Template Project - Spring MVC…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
4
votes
2 answers

Error package does not exist in Intellij but working in Spring Tool Suite STS

Alright, this is driving me nuts... I am working on a Maven project and I have 3rd Party JAR dependencies that are giving me compilation errors on IntelliJ but not in STS. My simplified project structure is like…
4
votes
3 answers

Eclipse (STS) fails to start after update due to exception loading system bundle

I received an update today for my Eclipse (STS version 3.3.0). The update required eclipse to restart, but Eclipse kept failing to start. After checking the log file mentioned in the error message from GUI, I found this: !ENTRY org.eclipse.osgi 4…
matt forsythe
  • 3,863
  • 1
  • 19
  • 29
4
votes
1 answer

Grails 2.2.2 Compilation Errors: ThreadGroupContext beaninfo

I am using Grails 2.2.2 with GGTS 3.3M1. When I run my app (grails run-app) and change something in a groovy file then Grails recompiles the file. During this process the following error output occurs: | Error Unexpected problem clearing…
Michael
  • 32,527
  • 49
  • 210
  • 370
4
votes
1 answer

Hibernate tools giving error in Eclipse STS while connecting to MySQL database

I am using Eclipse STS 3.1.0 with Hibernate Tools 3.6.0. I am trying to connect to MySQL 5.5 database to generate my DAO classes. I am using MySQL driver mysql-connector-java-5.1.21.jar While setting up the hibernate console file (of Hibernate…
4
votes
2 answers

pom.xml no such file or directory

I've got a problem when I am building my project. I uses the springsource tools (STS) version 3.1.0 on Linux platform. After I imported my project to the STS, the springsource tools told me that "No such file or directory" at the pom.xml file. The…
Alien Tang
  • 41
  • 1
  • 2