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

Why MyEclipse is not recognizing project as gradle project?

We have a gradle project in SVN and we are checking out that project from SVN into MyEclipse. This project is having build.gradle and settings.graddle along with src which is having project source code. When I right click on build.gradle file gradle…
Pand005
  • 1,095
  • 3
  • 23
  • 53
0
votes
1 answer

Avoid prompt when launching Groovy scripts in Spring Tool Suite - Groovy Console and Groovy Script

In Spring Tool Suite (and I guess this applies to regular Eclipse, too), when I try to debug a Groovy script using keyboard (F11), it prompts me like this: I'd like to make it always run as Groovy Script in this case. I did some searching on the…
icyrock.com
  • 27,952
  • 4
  • 66
  • 85
0
votes
1 answer

GGTS Grails SVN Subversion

i'm developing a webapp in grails GGTS(version 3.4.0) and now i need to share the project with Subversion (SVN). I tried to install svn plugin but this isn't work. THen i tried to install Subversive extension from Extension tab of GGTS. Svn was…
Allen Walker
  • 866
  • 1
  • 9
  • 17
0
votes
1 answer

Convert WSDL to java in Spring-Tool-Suite?

I am trying to convert salesforce WSDL file to java in eclipse Spring-Tool-Suite.Is there any auto generate plugin in eclipse to do it.Help me out...pls
0
votes
1 answer

Unable to load servlet listener class

In advance, I apologize for the lengthy post, but there are a lot of details to this issue: It started with me receiving the below error when trying to run my Java EE application: SEVERE: Unable to load Persistence Unit from EAR:…
New Dawn Fades
  • 333
  • 1
  • 4
  • 14
0
votes
1 answer

STS - Failed to import grails project

I encountered several issue in importing grails project After importing my grails project with GGTS 3.4.0 I can't do anything: The import action action freezes at 50%, so I stop it. 'Update grails dependencies' action doesn't stop so I deselect the…
Jils
  • 783
  • 5
  • 12
  • 32
0
votes
0 answers

Can't use Spring tool suite or Eclipse with Spring Plugin! Multiple errors on start

I'm trying to learn Spring and i have been 4 days trying to use Spring Tool Suite without success. My SO is MacOs 10.9. I think that i installed the x64 jdk and the x64 jre. But i don't know how to check it. The STS is the latest and the x64…
Carlos Goce
  • 1,625
  • 4
  • 22
  • 33
0
votes
1 answer

Spring Tool Suite: Changes to static resources triggers redeploy

I recently got into a problem with STS. It redeploy's my application on all kind of changes (JSP, CSS, JS). It was only triggered on Java changes before I upgraded it to 3.4.0. What I tried are the following: Enable/Disable JMX-Reloading Tried both…
nilsi
  • 10,351
  • 10
  • 67
  • 79
0
votes
2 answers

ApplicationContextInitializer related exception when deployed on vFabric tc Server in STS

I'm trying to deploy my web app within Spring Tool Suite (STS) using vFabric tc Server but I get exceptions. It's worth noting it runs fine if I compile and run in a standalone Tomcat 6. I've tried vFabric tc versions tomcat-7.0.35.B.RELEASE and…
James
  • 1,720
  • 5
  • 29
  • 50
0
votes
2 answers

Spring Tool Suite - Spring MVC Template Will Not Run

I have downloaded and installed Spring Tool Suite 3.4. I am trying to create a Spring MVC project. I am able to create the project but the project already has errors and I have not modified or added any code. Is anyone else having this issue or have…
greyfox
  • 6,426
  • 23
  • 68
  • 114
0
votes
0 answers

Spring Tool Suite - Search for bean declaration by id OR alias

I'm using Spring Tool Suite (STS) to manage a large Java Spring project. Is there a function in STS that allows one to find the declaration of a particular bean by its alias? For example, if I have the following property in a Java…
Aaron Blenkush
  • 3,034
  • 2
  • 28
  • 54
0
votes
1 answer

How to Install cxf:1.1.1 server in Grails 2.3.0

I tried to install the plugin for cxf server in order to expose some grails services as SOAP web services, according to Grails 2.3 the new plugin installation is: compile ":cxf:1.1.1" in plugins section of BuildConfig.groovy, however it does not…
chopan
  • 13
  • 4
0
votes
2 answers

Warning when starting spring tool suite

I am just starting out on trying the spring tool suite v3.4.0 under oracle java 7u40 on Ubuntu Desktop AMD64 13.10 However, when I start the application from the command prompt, I get the following warning: log4j:WARN No appenders could be found for…
Martijn Burger
  • 7,315
  • 8
  • 54
  • 94
0
votes
1 answer

Configuring STS/eclipse to work fast with macbook pro

I don't have a deep understanding in all of the vm flags and options of the config.ini file that used to run eclipse. I have the default file for STS version…
Avi
  • 21,182
  • 26
  • 82
  • 121
0
votes
1 answer

Spring Tool Suite: Deployment Assembly option in Properties

I'm trying to run example of web-app with use of Spring MVC on Spring tool Suite 3.3. I found someone who explains step by step how to do it, but at some point he wrote: b) Right click on spitter-web project, select Properties>Deployment …
ashur
  • 4,177
  • 14
  • 53
  • 85