• 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

does eclipse provide any reduction in development time ?

 
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Eclipse IDE provide reduction in development time as compared to other IDEs ?
 
Author
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi shailesh,

It's very hard to answer this question definatively. I think you have to try them out and see which one works best for you.

Eclipse does do refactoring and I don't think I could go back to an IDE that did not.
 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At present we have the following IDEs in industry for Java development:
Borland- JBuilder
NetBeans- Open Source NetBean IDE (Supported by Sun)
Eclipse- Open Source (Supported by IBM)
IBM- WSAD Eclipse based IDE
BEA- WebLogic Workshop

In terms of reduction in development time, every IDE has its pros and cons. But one thing about Eclipse based IDEs is you can add plugins (not sure if this is possible with NetBeans) This gives you lot of flexibility.

Thanks!!
ML
 
shailesh sonavadekar
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bill & Martin , thanks for reply. i know it is hard to quantify. But , anybody has conducted such independent study ?

with warm regards
Shailesh
reply
    Bookmark Topic Watch Topic
  • New Topic