Best Java Program Editor?

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2005
Posts: 192
Reputation: stupidenator is an unknown quantity at this point 
Solved Threads: 4
stupidenator's Avatar
stupidenator stupidenator is offline Offline
Junior Poster

Best Java Program Editor?

 
0
  #1
Mar 30th, 2005
Hey everyone. I was just wondering what people think is the best environment for editing and compiling code. Currently, I use JCreator.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 53
Reputation: aj.wh.ca is an unknown quantity at this point 
Solved Threads: 1
aj.wh.ca aj.wh.ca is offline Offline
Junior Poster in Training

Re: Best Java Program Editor?

 
0
  #2
Mar 30th, 2005
Well an editor is a very personal choice. Its just my opinion. I have been programming fo around 8 years now. Worked on couple of languages and usually had to toggle between C, C++, Java and Unix / Windows.
When I started Java I used notepad. Soon I started using Kawa editor. Then came Bluette, then Visual Cafe and finaly JBuilder.
But with all that toggling to cope I have been consistently using GVIM as my single and all purpose editor be it office or home , whether Java or C or even a letter.
In my opinion for programmer its the best editor unless you need to write GUI.
Normall I would develop my front end and back end separately.
So GVIM is my choice --- no license, simple and universal access , close to vi and max flexibility.
cheers,
aj.wh.ca

-------------------------------------------
www.swiftthoughts.com
-------------------------------------------
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 773
Reputation: Phaelax is on a distinguished road 
Solved Threads: 39
Phaelax Phaelax is offline Offline
Master Poster

Re: Best Java Program Editor?

 
0
  #3
Mar 30th, 2005
I started with BlueJ in school, and still use BlueJ because I'm used to it and it only does the very basics of an editor, which is all I want. Syntax highlighting in a notepad like environment and simple 1 click compile. Also has a debugger and some other little features if you need them. Though, it's a little buggy sometimes.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best Java Program Editor?

 
0
  #4
Mar 30th, 2005
BlueJ is extremely limited for realworld use. VI is nice for sometime use, but again too limited to be really productive in a realworld environment (yes I use it too, and I like it, that's a professional opinion as a fulltime professional Java programmer).

I prefer JBuilder, though Eclipse is a decent alternative.

For LEARNING a language though (rather than using it professionally) no IDE should be used at all (not even a limited one like BlueJ) but rather a simple text editor with maybe syntax highlighting.
VI is excellent for this, as if Jedit.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 2,108
Reputation: server_crash is on a distinguished road 
Solved Threads: 18
server_crash server_crash is offline Offline
Postaholic

Re: Best Java Program Editor?

 
0
  #5
Mar 30th, 2005
JEdit is my all time favorite..I would prefer it over any IDE, and day. I personally like using the command line to compile and run my junk, but that's just my personal preference.
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 350
Reputation: Ghost is an unknown quantity at this point 
Solved Threads: 2
Ghost's Avatar
Ghost Ghost is offline Offline
Posting Whiz

Re: Best Java Program Editor?

 
0
  #6
Mar 30th, 2005
Go JBuilder!! The one bad thing about JBuilder - you get way too lazy.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best Java Program Editor?

 
0
  #7
Mar 31st, 2005
I fully agree that JBuilder is the best you can get, I'm a longtime user myself (since 1999 in fact with a 2 year stint into Eclipse).
But to really get that functionality you need the Developer (previously Professional) or Enterprise edition which isn't free (though IMO reasonably priced, especially the Developer edition).

Strangely many people don't seem to want to spend a cent on a piece of software they're going to be using for 5+ hours a day on average.
And that includes corporations which would earn back the investment in that software in hours from increased productivity while spending thousands upon thousands on new equipment for people that don't need it (don't get me started about marketing people getting brand new computers and screens while developers have to make do with 10 year old castoffs. I've been waiting to get a new stick of RAM for a year now while the CTO just got a 17" TFT to replace his 6 month old 15" one which still works perfectly well...).
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 2,108
Reputation: server_crash is on a distinguished road 
Solved Threads: 18
server_crash server_crash is offline Offline
Postaholic

Re: Best Java Program Editor?

 
0
  #8
Mar 31st, 2005
I would like to know if there is an IDE like Visual Studio.NET, where it would allow drag and drop components instead of doing it programatically.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 192
Reputation: stupidenator is an unknown quantity at this point 
Solved Threads: 4
stupidenator's Avatar
stupidenator stupidenator is offline Offline
Junior Poster

Re: Best Java Program Editor?

 
0
  #9
Apr 1st, 2005
Doesn't Eclipse allow you to do that?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best Java Program Editor?

 
0
  #10
Apr 1st, 2005
JBuilder allows it, Netbeans allows it, Eclipse has plugins for it, and so do many others.

Of course this is mainly limited to GUI components for most of them, though JBuilder also allows it for some other things like database connections and things like that.

Personally I consider most such options to be pretty useless except for prototyping. The generated source is usually not very pretty, hard to maintain, and far from optimal.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC