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

Grails extension in SpringSource Tool Suite errors

I recently installed SpringSource Tool Suite. And I want to start working with Grails projects. So, I went to the Dashboard -> Extension, where I saw two extensions: Grails (current production release) and Grails Support as in the image below. But…
0
votes
1 answer

Integrating SpringSource with XAMPP server

I am going to ask if there's a way to add the XAMPP Tomcat Server to the SpringSource Tool Suite's server list under the Server project folder?
David B
  • 3,269
  • 12
  • 48
  • 80
0
votes
1 answer

Grails The requested resource (/Receipts/receipts/index) is not available

I have been attempting to learn Grails, however I am running into the following problem. I have created four domain classes (Receipts, Items, Categories, and Owners), and I created four controllers for each domain class (ReceiptsController,…
littleK
  • 19,521
  • 30
  • 128
  • 188
0
votes
3 answers

SVN options in STS - Existing Maven project

I'm new to STS and SVN. In my workstation I'm having the SVN checked out source code (Maven Project) in a folder. And I have imported that maven project into SpringSource tool Suite (STS) using the option Import --> Maven --> Existing Maven…
SasikumarVe
  • 1
  • 1
  • 1
0
votes
1 answer

how to add grails-support extension in sts?

used the springsource tool suit(STS). IDE for for develop a grails poject.i followed the instruction fron springsource.com for add a grails support extension.it's does not install. i had a message do not communicate repositary then another time i…
Palaniraja
  • 233
  • 9
  • 27
0
votes
0 answers

Add .jsp and .html suffix to spring dispatcher xml

I'm having a little problem with a eID servlet. It searches for a .jnlp file to start the servlet now It never finds that .jnlp file even it is already in the same map. I think this has something to do with the mapping. I've got a registercontroller…
user1007522
  • 7,858
  • 17
  • 69
  • 113
0
votes
2 answers

JDBC with springsource tool suite doesn't work

I've just made the switch from netbeans to the springsource tool suite and I'm having one problem: I've downloaded the mysql-connector-java-5.1.20-bin.jar added the file to the libraries but still I get this…
user1007522
  • 7,858
  • 17
  • 69
  • 113
0
votes
1 answer

Cannot deploy my updates to cloudfoundry

I have a simple app running on tomcat (using Postgresql). I deployed it to the Cloud-Foundry using the STS plugin and it runs OK. Recently I've encountered serious compilation problems (related to JS and JQuery) which led me to re install my STS.…
0
votes
1 answer

Grails on STS: How to run >1 grails app simultaneously

The workspace consists of 2 projects. One is the main, user-facing, grails app, which runs on port 8080. The other is an admin app, also grails, by which all kinds of stuff for the main app is configured (and I'd like to get to run, simultaneous to…
Alexx
  • 3,572
  • 6
  • 32
  • 39
0
votes
1 answer

Springsource tool suite skipping codes

I have a very weird problem. When I try to debug a code, sts totally ignores the code. Below is my very simple code and I wondered why the values did not change, when I debugged, the lines from { to client.employmentKindOfWork ="asdasd" are not…
user742102
  • 1,335
  • 8
  • 32
  • 51
0
votes
1 answer

Upgrading STS with all plugins and settings

I was always disappointed when I have to update Springsource Toolsuite (would also apply to Eclipse, but I never had so much update issues with it), because it takes a rather long amount of time and update function inside of STS doesn't work that…
ChrLipp
  • 15,526
  • 10
  • 75
  • 107
0
votes
1 answer

Broken FindBugs in Eclipse?

Using Eclipse STS 2.9.1, I cannot make FindBugs 2 working. When I right click on the project and "FindBugs", I got an error stating that my project is missing org.osgi.framework.BundleActivator. Does anyone encountered the same issue and managed…
charly's
  • 279
  • 1
  • 3
  • 16
0
votes
1 answer

Cannot Run Grails 2.0.3 project in STS 2.8.1?

I had 2 grails projects which worked once upon a time, meaning I could run as grails app, and have a functional web app running. We had a massive merge, so I decided to delete the old projects, and just re-import the entire project from svn, using…
Alexx
  • 3,572
  • 6
  • 32
  • 39
0
votes
2 answers

STS (Spring Tools Suite) writes STS.ini any time I get updated, merging with my own configuration

To improve my STS performance I've added some parameters to STS.ini. But every time I update the tool, it puts its own configuration at the beginning of STS.ini file, relegating my configuration to the end, sometimes duplicating several…
richarbernal
  • 1,063
  • 2
  • 14
  • 32
0
votes
1 answer

Grails and Hibernate - Lots of domain objects with lots of properties

I've got a problem that I addressed in another question, but this is a larger question: A default Grails project using STS has Spring/Hibernate under the covers. When a Grails application loads up, my database of 100,000+ domain objects appears to…
user82302124
  • 1,143
  • 5
  • 32
  • 57
1 2 3
37
38