Best Program for writing Java?

krwell

Senior member
Feb 11, 2001
454
0
0
Whats the best program to use to write Java code? I need to create web based interfaces for database tables.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I like vi =)

But I assume you mean a RAD IDE, I'd say check out Borland JBuilder, I never really used it but C++ Builder kicked ass.
 

Sestar

Senior member
Dec 26, 2001
316
0
0
I use forte for GUI stuff(because GUI is evil :)) and jedit(jedit.org) for the rest.(make sure to look at its plugins)
 

andri

Senior member
Aug 12, 2000
339
0
0
vim is better than vi :)

Of IDEs I like Inprise JBuilder. It has even a free version that anyone can use.
 

m0ti

Senior member
Jul 6, 2001
975
0
0
emacs+xref.

I rarely need to do gui stuff, and it's usually simple enough that I can write it in myself.

krwell, you on a windows machine? for some reason a lot of the responses are *nix based. course, both emacs and xref are available for windows too.

Anyway, creating web based interfaces for database tables should almost definitely be done without a WYSIWIG tool, since the sizes are obviously dynamic, and it's easy enough to do in code.