I could not download Spring Tool Suite, seems site is down - spring

I need a help to get Spring Tool Suite for Eclipse (or build in Eclipse). It seems that site is down for several days. Could someone share with me one of latest build of STS for Eclipse or Spring installed in Eclipse?
Thank you!

I tried to download it in Eclipse and it works. Please try Help--> Eclipse Market Place and search Spring Tool Suite. I used Eclipse Mars.2

Related

Spring boot YAML autocomplete support in Intellij Community Edition

I am using intellij for building spring boot application and i am facing issues in autocomplete in yml files using intellij community edition?
Is there any plugin available for the intellij autocomplete for the yml files
Try this Spring Assistant idea plugin
Autocomplete is not natively supported by IntelliJ for Spring Boot YAML configuration files.
There is an open issue for this:
https://youtrack.jetbrains.com/issue/IDEA-151708
There is no IntelliJ plugin supporting autocomplete for Spring Boot YAML configuration either.
There is a plugin for IntelliJ IDEA Community Edition which might be very helpful with autocomplete and a few more things, here is it's the website: Spring Boot Assistant.
You can get the plugin from the link above or directly from the IDE:
File & rarr; Settings (Ctrl + Alt + S on Windows).
Search for "Plugins".
Go to Marketplace.
Search for "Spring Boot Assistant".
Install it and restart your IDE.

not able to find the spring tool for Eclipse kepler release 2

not able to find the spring tool for Eclipse kepler release 2.
I tried to find it in Help>>Eclipse Marketplace but not able to find for my eclipse version,
Can anyone help me with this?

Maven plugin for RAD 7.5.5

i have to migrate some project from Eclipse to RAD 7.5.5
Now i'm trying to install a maven plugin like i had on Eclipse, but i can't find it, i tried
http://repository.sonatype.org/content/sites/forge-sites/m2e
http://m2eclipse.sonatype.org/sites/m2e-e34/
http://m2eclipse.sonatype.org/sites/m2e
http://download.eclipse.org/technology/m2e/releases
those sites that i found on web when i go for:
Help>Software Updates>Aviable Software>Add sites
gives to me "no repository found"
So i need a working repository to install Maven.
I found that this maven/rad version is very aged, so it can be hard to find now.
Any .zip file will be fine also.
First of all, RAD 7.5.x is not supported anymore by IBM (EOS dated on September 30, 2014), so my first advice is to move up to a newer version and I have the feeling that RAD includes Maven support since 8.5.1. Latest version out there is 9.1.1.
http://www-01.ibm.com/software/support/lifecycleapp/PLCDetail.wss?synkey=W170532D29019M02-L603472G19375Q17-M054243E02973V75
Second, honestly I don't recall which version of Eclipse is used in RAD 7.5.x. If it is older than Eclipse 3.6 then I don't think there is any integration for it. Try this repo
http://download.eclipse.org/m2e-wtp/releases/juno/
Here is the M2E for WTP site in Eclipse Marketplace
http://marketplace.eclipse.org/content/maven-integration-eclipse-wtp-juno-0#.VIHEs10S1hg

Importing Spring tutorial guide results with NoUsableDaemonFoundException on Ubuntu 14.04

I have downloaded SPRING TOOL SUITE (3.6.1.RELEASE for Linux) and I am trying to go through REST tutorial, but I am unable to import it to STS. Since tutorial is using Gradle, I had installed Gradle IDE Extension from STS' Dashboard. I used the Dashboard for importing tutorial project and it resulted with NoUsableDaemonFoundException.
I also tried to import the tutorial to STS as Gradle project, but it resulted with similar problem:
I tried this on freshly installed Ubuntu 14.04 as well and got the same problem.
EDIT:
Everything works fine with STS installed on Eclipse Kepler.
Possibly a side-effect of https://issuetracker.springsource.com/browse/STS-3922 that is basically a problem in Eclipse 4.4 update.
Sounds like the issue is Eclipse version specific, so I agree with Radim. You probably have updated to Eclipse 4.4.1. Try getting the latest Gradle Eclipse tooling from this update site: http://dist.springsource.com/snapshot/TOOLS/gradle/nightly It may resolve the problem for you.

Installing m2e plugin - RAD 7.5.5

I am trying to install the m2e plugin so that I can begin experimenting with Maven. I looked towards the m2e download page and was directed here but it is throwing a 404 error. Can anyone provide any more guidance on how to integrate this plugin with RAD 7.5?
As far as I can tell from here, RAD 7.5.5 is based on an old version of Eclipse. m2e is unlikely to work, but its predecessor m2eclipse might. Hopefully you will be able to find it as explained here.
However m2e evolved a lot in the last few years and I'd suggest that you switch to a more recent version of Eclipse, if you can. The latest versions actually have m2e directly integrated.

Resources