New comparison of Eclipse and NetBeans [closed] - eclipse

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Since this question staled a year and a half ago, has there been some significant development on these projects that would warrant a re-evaluation of the answers? The majority opinion seemed to be that NetBeans was better for JAVA GUI development or JavaScript, otherwise Eclipse was equal or better.

You should check out Aptana Studio. It's Eclipse based and version 3.0 was released in April.

Related

JAI javadoc for eclipse [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
please I need a link for downloading the javadoc for the JAI API(as a zip file ) in order to install it on ECLIPSE Kepler Service Release 1
thanks
I googled "jai javadoc download" and found http://download.java.net/media/jai/javadoc/1.1.3/.
It was the first hit. Go figure...

Best Eclipse UML plugin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
for Reverse engineering I need to create class , sequence, usecase,deployment diagram so Which is the best uml modeling plugin for eclipse?
You should take a look at Papyrus which is an official Eclipse Project: http://www.eclipse.org/papyrus/
For my projects I used ObjectAid. It is also free so that's a bonus. Hope it helps.

How to learn about the Eclipse Platform [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What is the up-to-date way to learn about the Eclipse Platform, RCP...? I found these books, but they were last published 3 years ago. Is that considered eons ago in the Eclipse world? What is the canonical Introductory Guide for understanding Eclipse principles nowadays?
There are now two ways to do Eclipse RCP development, the Eclipse 3.x way where the older books are probably still relevant, and the Eclipse 4 'e4' way which features a new application model, direct injection and CSS styling. For an introduction to e4 RCP development see: http://www.vogella.com/articles/EclipseRCP/article.html the author also has an e-book version of the tutorial.

Is there an Eclipse plugin for collaborative editing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I setup etherpad and showed my co-worker, and he swears there is an Eclipse plugin that does the same thing but can not remember the name. Neither of us use Eclipse regularly except if we were both interested in making the switch.
Have a look into Saros project: http://www.saros-project.org/
Have a look at http://wiki.eclipse.org/DocShare_Plugin
This is the current "official" solution to collaborative editing in Eclipse.
I think a similar project should exist based on the framework ECF.
(DocShare as mentioned by Tonny Madsen)
There was a SOC project for real-time sharing named Cola, but I don't know its current status.

A better Eclipse browser? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Does anybody know of a free web browser plugin for eclipse that is better than the built-in browser? I searched but couldn't find anything. I know Tasktop has one, but it's not free...
It was (in 2010):
https://marketplace.eclipse.org/content/eclipse-advanced-browser
now is integrated with http://marketplace.eclipse.org/content/j-office-java-fx-office#.U0-y8HB5B74 (http://www.joffice.eu)
Now you can only do something like that: https://stackoverflow.com/a/9056165/2288169