Install spring plugin in Eclipse Luna

I downloaded Eclipse Luna and I want to install the spring plugin What is the difference between the Spring IDE plugin and the Spring toolbox plugin? Which one should I download?

Eclipse + Spring Tool Suite plugin = Spring Tool Suite Release?

+3


source to share


2 answers


In the Spring toolbox, you have more tools built into your IDE and the tools are set up.

As for the STS:



  • ... comes with a version of Maven, Spring Roo and tc Server pre-packaged and pre-configured (you can start using tc server or Spring Roo right away without having to download or configure them manually)
  • ... comes with pre-installed add-ons like Maven Integration for Eclipse (including Maven Eclipse integration for WTP, AJDT and Groovy / Grails)
+3


source


Download the Spring Toolkit from the following url and add the extracted libraries to the WEB-INF / lib folder of your dynamic web project.

http://spring.io/tools

or more



Go to Eclipse-> Help-> Install New Software Add a new site like this:

Name: SpringSource update site for Eclipse 4.4 URL: http://dist.springsource.com/release/TOOLS/update/e4.4/

+6


source







All Articles