Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Java IDE is the most RAD in a Delphi-like way? [closed]

Tags:

java

ide

rad

I want to develop Java apps, real quick, what IDE should I choose?

like image 512
Johan Bresler Avatar asked Nov 28 '08 07:11

Johan Bresler


Video Answer


2 Answers

IntelliJ IDEA. from JetBrains.

like image 158
OscarRyz Avatar answered Oct 18 '22 21:10

OscarRyz


That depends on which type of developer you are. You the "emacs" (powerful tool) or the "vi" (get things done) type? I, for example, won't touch IntelliJ IDEA even if I was paid for it (and I am). It just gets in my way. I'm an Eclipse guy. Other people can't stand anything besides NetBeans.

I suggest to download IntelliJ, Eclipse and NetBeans and give each a go. Take one day with each, write a piece of code and see how it fits you. Do you get around? Or does the IDE get in the way? Can you quickly find what you seek or are you drowned in options? Does the ride feel smooth or bumpy? Do the defaults match your personal preferences?

like image 29
Aaron Digulla Avatar answered Oct 18 '22 22:10

Aaron Digulla