• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

most common integrated development environment (IDE) in the business world today?

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is most common integrated development environment (IDE) in the business world today?
is it JBuilder? or something else?
 
Ranch Hand
Posts: 195
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know abt the most integrated IDE, but Java GEL is good.
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like IBM�s Visual Age for Java. I know it's been discontinued.
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I love IntellijIdea from JetBrains.
Link to IDE page
 
Sri Addanki
Ranch Hand
Posts: 195
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rama Ituarte:
I like IBM�s Visual Age for Java. I know it's been discontinued.


What do u mean by discontinued?
can u be more clear?
do u mean to say that no one uses it any longer?if so, why?
thanks
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IBM decided to promote Websphere Studio Application Developer (WSAD) in place of Visual Age For Java. WSAD is based on open source Eclipse (http://www.eclipse.org) project.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry Ahoo, but I have to move this thread. The question isn't regarding the SJCD.
I am going to move this to IDE's forum
Mark
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hardly scientific but I've seen more people using the Microsoft Visual family of products than anything else.
While it wasn't part of the original question, everyone else is pitching their favorite IDE's as well. Mine is Metrowerks CodeWarrior. Besides Java, CW also supports coding in C, C++ and assembler. CW is hosted on Windows, MacOS, Solaris and Linux. You can get versions that target all those platforms as well as PalmOS, a game system or two and embeded systems. This is a plus for me as I am also a PalmOS developer.
The availabiltiy of CW on all those platforms is great for Java debugging as you can bring the IDE and source level debugger to the various platforms.
[ November 25, 2002: Message edited by: Andrew Fischer ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic