Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 07-06-2004, 07:03 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
IDE Discussion

What Java IDEs have you used, what is your favorites, and why?

I've used NetBeans and Eclipse. To be honest I didn't get to deep into Eclipse after NetBeans proved to be so easy to setup and debug web apps in comparison.

Are there any others which are a lot better? Even if they are not free?
__________________
Mike
sde is offline   Reply With Quote
Old 07-06-2004, 08:36 AM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
I've used Textpad as a quick and dirty editor. Xemacs is also kinda nice, but a bit bloated to be a quick and dirty editor, but not refined enough to be a real IDE.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 07-06-2004, 09:16 AM   #3 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
back in 'the day', there was only one usable java ide, visual j++. it's pretty good as an ide. at the time, the compiler was very non-conforming. i dunno how it is now, last time i used it was 1998.

more recently, i've used sun's forte ide. it is very slow, and somewhat buggy. a fine example of why you should not write gui apps in java. what's even worse, when you ran a test program, it would execute the code as a thread of the ide! this caused several idiotic consequences. among them, if your program had a runaway thread, you'd have to kill the entire ide.
joe_bruin is offline   Reply With Quote
Old 07-06-2004, 10:16 AM   #4 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Yeah, Forte sucked, but NetBeans (it's successor) seems to be much better. I'm amazed they got a Java GUI to work so well.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 07-06-2004, 11:02 AM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
sometimes netbeans locks up for 5-20 seconds. i notice this when i haven't typed anything for a little while and come back to it. once it un-locks, it works fine.
__________________
Mike
sde is offline   Reply With Quote
Old 07-06-2004, 11:51 AM   #6 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
I've always assumed it's the gc() running.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 07-16-2004, 07:04 AM   #7 (permalink)
SpaceMonkey
Registered User
 
SpaceMonkey's Avatar
 
Join Date: Jul 2004
Location: Rochester, NY
Posts: 7
SpaceMonkey is on a distinguished road
Cool Eclipse

I started using NetBeans about 1.5 years ago and swore by it to everyone, especially for GUI development.

About 6 months after using NetBeans, I started hearing more about Eclipse and how it was the fastest growing IDE for java development and how it made life easier, etc... I downloaded v2.x (only stable version at the time) and played around with it for a little bit. I didn't really like the way you got around in the interface and the concepts of perspectives and views was a little confusing at first. So I went back to NetBeans for a while.

About 6 months later I was hearing a lot more about Eclipse, specifically the 3.0 miletstones. So I decided to give it another try and build a small project with it to learn why it was so good.

I am now an Eclipse convert. The breadth of tools available and the way they are organized (once you get used to it) is awesome. Once I got my mind away from the NetBeans IDE, which was like every other IDE in the past 10 years, I was easily more productive.

Now I'm building an internal J2EE project with it and it has saved me tons of time and is a joy to use.

I haven't had any experience developing a GUI app with Eclipse, but I have a feeling that unless you use SWT, NetBeans is still probably better.

Disclaimer: I haven't used NetBeans in over 6 months, so newer versions may be much nicer than the last version I used and I don't have anything against anyone using NetBeans. The best tool for the job is the one an individual developer is most comfortable using. I know J2EE developers writting the whole app in VIM. I choose Eclipse. To each their own. Tolerance is an amazing thing.
SpaceMonkey is offline   Reply With Quote
Old 07-16-2004, 07:30 AM   #8 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
Thanks space monkey.. very well written welcome to the community!
__________________
Mike
sde is offline   Reply With Quote
Old 07-16-2004, 08:32 AM   #9 (permalink)
technobard
Centurion Nova Prime
 
technobard's Avatar
 
Join Date: May 2002
Location: Oak Park, IL (USA)
Posts: 285
technobard is on a distinguished road
Like a lot of earlier folks mentioned, I used Forte for a while (and still occasionally) with mixed results. Later versions were much better, although slower. The name was changed to Sun One Studio around version 4 which I believe was the last version that had a (free) community edition. My apps generally aren't that big, so I probably didn't run into many of the issues that other people have.

I've played with a couple of other IDEs, Netbeans included, but not enough to comment intelligently about them.

The biggest benefit of an IDE for me is code completion. Being able to type an object name and popup a list of methods with parameters is the best thing since sliced bread!
technobard is offline   Reply With Quote
Old 07-19-2004, 05:18 AM   #10 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
does eclipse have a good way to debug web apps like how netbeans has the integrated tomcat server?
__________________
Mike
sde is offline   Reply With Quote
Old 07-19-2004, 10:55 AM   #11 (permalink)
SpaceMonkey
Registered User
 
SpaceMonkey's Avatar
 
Join Date: Jul 2004
Location: Rochester, NY
Posts: 7
SpaceMonkey is on a distinguished road
There are a couple of options...

1) Lomboz plugin allows development of Web applications, including J2EE applications. Supported servers include JBoss, WebLogic Server, Tomcat, JOnAS, JRun, and almost any J2EE compliant server. It also has support for XDoclet code generation, etc.

2) Sysdeo is more of a Tomcat specific plugin. It is used primarily for building web-centric applications for hosting under Tomcat, and as such is pretty light-weight and easy to use.

I haven't used Lomboz at all, but I have used the Sysdeo plugin and it works very well. Once you configure it for the location of yout Tomcat instance, you can start and stop the server right from within Eclipse and have access to all of the debugging tools in Eclipse (even to debug Tomcat itself).
SpaceMonkey is offline   Reply With Quote
Old 07-19-2004, 11:00 AM   #12 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
Thank You. There is an IDE for IBM development based off of Eclipse that I've been wanting to work with, but since I haven't heard much about Eclipse before, I never have tried it. I need to upgrade my memory first since it is a hot, but If I can get Sysdeo to work I'll be a happy camper.

I probably won't be able to get to it for a week or 2, but I'll post my progress.

Thanks for the info
__________________
Mike
sde is offline   Reply With Quote
Old 08-23-2004, 10:51 PM   #13 (permalink)
Hrqls
Regular Contributor
 
Join Date: May 2002
Location: Alkmaar, the Netherlands
Posts: 167
Hrqls is on a distinguished road
not into java that long .. just started a few months ago .. and quite busy to do much with it yet ...

i downloaded netbeans with the dsk (included in the total package) and didnt like it that much ... it was too much for my taste .. i wanted a simple editor . netbeans had too many things i didnt need making things too complicated to setup

after that i was using notepad

then i downloaded jedit .. which i now use ... i love it!

(but thats just from a java newbies point of view .. netbeans might offer more for the more experienced user ? i also have eclipse somewhere ... should have a look at it .. but didnt get to it yet as jedit does what i need )
__________________
The specialty of the house? thats me (cheap as always)
Hrqls is offline   Reply With Quote
Old 08-24-2004, 04:22 AM   #14 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Netbeans is definately overwhelming for the newbie who isn't used to large projects. But it incorporates a lot of features that you will start to use over time (such as Ant and CVS), and formalizes some tasks (such as package management). Try it again sometime in the future.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 08-25-2004, 05:32 AM   #15 (permalink)
Hrqls
Regular Contributor
 
Join Date: May 2002
Location: Alkmaar, the Netherlands
Posts: 167
Hrqls is on a distinguished road
i will
__________________
The specialty of the house? thats me (cheap as always)
Hrqls is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
c simple question if13121 Standard C, C++ 10 11-01-2004 06:29 AM
Knowing your IDE sde Program Design and Methods 12 12-30-2003 03:10 AM
Discussion board of your dreams - Simple Machnies Forums Phoenix PHP 0 08-10-2003 02:59 PM


All times are GMT -8. The time now is 05:09 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting