Wednesday, January 7, 2015

Installing STS in Eclipse

Install Spring Tool Suite for existing Eclipse IDE :

  Spring Tool Suite (STS) is an Eclipse-based IDE which is optimized for developing Spring framework-based projects. It can be either installed as a standalone IDE or as a plug-in in Eclipse. If you are already using Eclipse IDE, you may consider installing STS as a plug-in for your existing Eclipse, because that’s faster than downloading the STS separately.
Installing STS from within Eclipse IDE is pretty simple, follow these steps:
  • Click Help > Eclipse Marketplace… from Eclipse’s main menu. The Eclipse Marketplace dialog appears, type Spring Tool Suite or STS into the Find text field and hit Enter. Eclipse will send query to its server and display results as shown below:  
  • Eclipse market Spring Tool Suite
  • Select the version that matches your Eclipse’s version and click Install button. Here we select Spring Tool Suite (STS) for Eclipse Juno (3.8 + 4.2). It takes a while for Eclipse to fetch the details and show the features of STS as shown below:  STS features
  • All features are selected by default, click Next. The Review Licensesscreen appears:  install STS - accept license
  • Select I accept the terms of the license agreements, and then click Finish. Eclipse will install STS and display the progress:  installing STS in Eclipse
  • After the installation completed, Eclipse asks to restart the IDE:  install STS - restart
  • Click Yes to restart the IDE. When Eclipse restarted, you will see some Spring natures are added to the IDE. The first thing is Spring perspective:  Spring perspective in Eclipse
  • The menu File > New now comes with some Spring projects:  New menu - STS
  • The menu Window > Open Perspective now has Spring perspective:
    open Spring perspective
  • We can also show Spring views from the menu Window > Show View:  Spring views in Eclipse
  • And new options in the New Server Runtime Environment dialog:
 SpringSource servers

Now you are ready to develop your Spring-based projects in your favorite Eclipse IDE. 
Recommended Book: Eclipse 4 Application Development: The complete guide to Eclipse 4 RCP development (Volume 1)

3 comments:

  1. Thanks Shridhar this is very useful...

    ReplyDelete
  2. Thanks for sharing this informative content , Great work
    Leanpitch provides online training in Product prototyping during this lockdown period everyone can use it wisely.
    icp-cat training

    ReplyDelete
  3. Thanks for sharing this informative content , Great work
    Leanpitch provides online training in ICP CAT during this lockdown period everyone can use it wisely.
    ICP-CAT certification

    ReplyDelete

Java 9 and Java11 and Java17, Java 21 Features

 Java 9 and Java11 and Java17 features along with explanation and examples in realtime scenarios Here's a detailed breakdown of Java 9, ...