Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the Best Java IDE for Spring Framework? [closed]

Which is the best base java IDE (eclipse, Netbean) for developing spring based application apart from IntelliJ.

I have used NetBean so far , the online documentation and google search points to only one link http://netbeans.org/kb/docs/web/quickstart-webapps-spring.html . So does it mean we can only develop Spring MVC application. If we start Spring MVC application , the suggestion window work very slow, also we cannot map existing classes with the bean, or cannot explore features, it only prompts bean attributes.

Also we cannot start with the application with existing source, even tried to add framework later will not work. I had recently downloaded Net-Bean 7.0 , which is latest so far, I have tried to install springs plugins for net-bean http://plugins.netbeans.org/plugin/808/spring-netbeans-module but it was in vain, although the post on the plug-in page says no additional plugin will be required, but while installing, it throws some error like as shown in image attached.

enter image description here

Not tried Eclipse yet.

I have seen IntelliJ on my friends machine. The development on it is fast and excellent, but bit expensive for personal application development.

Please suggest what to do, any less expensive but good IDE for spring.

like image 549
Ameya Avatar asked May 31 '11 17:05

Ameya


People also ask

Which IDE is best for Spring Boot development?

IntelliJ IDEA IntelliJ is a great development environment. This IDE is available as Community Edition and as Ultimate Edition. The Ultimate Edition contains a lot of features but it has to be purchased. IntelliJ IDEA 2018.1 comes, as usual, with a lot of features to support developers who use Spring and Spring Boot.

Which among the following IDE is used for Spring projects?

Spring IDE (Eclipse Plug-in) The IDE provides various wizards for creating Spring projects and getting started with Spring if you're a beginner. Of course, it can also be used on existing Spring projects.

Is Eclipse good for Spring Boot?

To make it even easier to write modern Spring Boot applications, the latest generation of the Spring Tools for the Eclipse IDE are well suited for getting started with Spring Boot and working on large microservice applications that are based on Spring Boot.


2 Answers

You should definitely use SpringSource Tool Suite, an Eclipse-based IDE created by SpringSource themselves.

Also on the official SpringSource channel @YouTube you'll find a pretty extensive 5-part introduction to using Spring & STS.

like image 186
abalogh Avatar answered Sep 21 '22 15:09

abalogh


Eclipse should be precisely what you need.

like image 43
Paul Sonier Avatar answered Sep 24 '22 15:09

Paul Sonier