Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #38794 > unrolled thread

Re: Proliferation of IDEs

Started by"Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com>
First post2019-03-05 06:52 -0800
Last post2019-03-05 19:21 -0500
Articles 3 — 3 participants

Back to article view | Back to comp.lang.java.programmer

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Proliferation of IDEs "Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com> - 2019-03-05 06:52 -0800
    Re: Proliferation of IDEs Eric Douglas <e.d.programmer@gmail.com> - 2019-03-05 07:39 -0800
    Re: Proliferation of IDEs Arne Vajhøj <arne@vajhoej.dk> - 2019-03-05 19:21 -0500

#38794 — Re: Proliferation of IDEs

From"Jeffrey H. Coffield" <jeffrey@digitalsynergyinc.com>
Date2019-03-05 06:52 -0800
SubjectRe: Proliferation of IDEs
Message-ID<q5m2g1$9dt$1@dont-email.me>

On 03/05/2019 02:24 AM, Stefan Ram wrote:
> Joerg Meier <joergmmeier@arcor.de> writes:
>> Newsgroups: comp.lang.java.programmer,comp.lang.java.help,sci.image.processing,sci.engr.color,rec.photo.digital,rec.photo.darkroom
>
>   Why are you posting this to rec.photo.darkroom?
>
>> On Fri, 1 Mar 2019 10:11:08 -0500, dale wrote:
>>> Is Netbeans an acceptable IDE?
>> Yes, but it's a very distant #3 with the top spots going to Eclipse and
>> IntelliJ IDEA, #1 being up to personal taste. If you got a choice, pick
>> either Eclipse or IDEA, but if you are stuck with Netbeans, thats okay too.
>
>   Here's another point of view:
>
> |38% (348 votes) - Eclipse
> |11% (106 votes) - IntelliJ IDEA
> |44% (406 votes) - NetBeans
> |1% (5 votes) - Another IDE
> |2% (19 votes) - A text editor
> |4% (33 votes) - It depends on what I'm working on
> |1% (8 votes) - Other IDE
> community.oracle.com/blogs/editor/2014/02/11/poll-result-top-3-java-ides-really-do-dominate-developer-desktops
>
>
I am a long time NetBeans user with some small experience with Eclipse 
and IntelliJ. The main difference I see is that NetBeans is actually a 
platform that can be extended to create applications whereas the other 
two are just IDE's. (But I could be wrong.) We have developed several 
applications that are "NetBeans Platform Apps" by replacing the 
TopComponent panels with our own modules. That being said, new 
development with JavaFX is probably going in a different direction.

[toc] | [next] | [standalone]


#38798

FromEric Douglas <e.d.programmer@gmail.com>
Date2019-03-05 07:39 -0800
Message-ID<5f7ffcf5-7e83-4510-a2e4-b842d7398167@googlegroups.com>
In reply to#38794
On Tuesday, March 5, 2019 at 9:52:58 AM UTC-5, Jeffrey H. Coffield wrote:
> >
> I am a long time NetBeans user with some small experience with Eclipse 
> and IntelliJ. The main difference I see is that NetBeans is actually a 
> platform that can be extended to create applications whereas the other 
> two are just IDE's. (But I could be wrong.) We have developed several 
> applications that are "NetBeans Platform Apps" by replacing the 
> TopComponent panels with our own modules. That being said, new 
> development with JavaFX is probably going in a different direction.

I don't know about developing apps on top of NetBeans, but you can develop plugins for Eclipse.  I don't know if the plugins can do what a NetBeans app could do or if Eclipse has some other concept that is an app.  I wouldn't think to use someone else's IDE as a base for an app.

[toc] | [prev] | [next] | [standalone]


#38800

FromArne Vajhøj <arne@vajhoej.dk>
Date2019-03-05 19:21 -0500
Message-ID<q5n3qi$1qpb$1@gioia.aioe.org>
In reply to#38794
On 3/5/2019 9:52 AM, Jeffrey H. Coffield wrote:
> I am a long time NetBeans user with some small experience with Eclipse 
> and IntelliJ. The main difference I see is that NetBeans is actually a 
> platform that can be extended to create applications whereas the other 
> two are just IDE's. (But I could be wrong.) 

Eclipse RCP have similar intents.

Examples of non-Eclipse usages:
* DBeaver
* Notes 8+

Arne

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web