Which IDE?  
Author Message
Elisha Dvir





PostPosted: 2004-6-9 8:07:00 Top

java-programmer, Which IDE? Hello
I am a newbe to Java and to programming.
I am looking for an IDE which I can:
Download free from the net
Have a good documentation and tutorials
Be able to get sum help on the compiler itself on this group (or any other
newsgroup)

----
Elisha Dvir
052-3738817


 
Hal Rosser





PostPosted: 2004-6-9 7:48:00 Top

java-programmer >> Which IDE? For a newbie = search for JGrasp
its straightforward and short learning curve - some folks say its best to
use the command line and notepad the first couple of weeks - JGrasp makes
debugging easier.
Some IDEs would confound a newbie - they have a steep learning curve -
especially for someone new to java.
But JGrasp at JGrasp.org - or - BlueJ -
my $.02

Hal

"Elisha Dvir" <email***@***.com> wrote in message
news:40c6472d$email***@***.com...
> Hello
> I am a newbe to Java and to programming.
> I am looking for an IDE which I can:
> Download free from the net
> Have a good documentation and tutorials
> Be able to get sum help on the compiler itself on this group (or any other
> newsgroup)
>
> ----
> Elisha Dvir
> 052-3738817
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004


 
Roedy Green





PostPosted: 2004-6-9 7:56:00 Top

java-programmer >> Which IDE? On Wed, 9 Jun 2004 02:07:22 +0200, "Elisha Dvir" <email***@***.com>
wrote or quoted :

>I am a newbe to Java and to programming.
>I am looking for an IDE which I can:
> Download free from the net
>Have a good documentation and tutorials
>Be able to get sum help on the compiler itself on this group (or any other
>newsgroup)

see http://mindprod.com/jgloss/ide.html

check out BlueJ

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
 
Sigmund Lundgren





PostPosted: 2004-6-9 16:19:00 Top

java-programmer >> Which IDE? Elisha Dvir wrote:
> Hello
> I am a newbe to Java and to programming.
> I am looking for an IDE which I can:
> Download free from the net
> Have a good documentation and tutorials
> Be able to get sum help on the compiler itself on this group (or any other
> newsgroup)
>
> ----
> Elisha Dvir
> 052-3738817

One of the most popular www.eclipse.org

/S
 
 
Hyungku Im





PostPosted: 2004-6-10 22:36:00 Top

java-programmer >> Which IDE? If you use Linux, check out Emacs/XEmacs
see http://xemacs.org
It's very good.

Elisha Dvir wrote:
> Hello
> I am a newbe to Java and to programming.
> I am looking for an IDE which I can:
> Download free from the net
> Have a good documentation and tutorials
> Be able to get sum help on the compiler itself on this group (or any other
> newsgroup)
>
> ----
> Elisha Dvir
> 052-3738817
>
>
 
 
Elisha Dvir





PostPosted: 2004-6-11 3:49:00 Top

java-programmer >> Which IDE?
I looked briefly on both BlueJ and jGRASP
I think jGRASP is looking much better. I am going to try it.

Thank U


----
Elisha Dvir
052-3738817
"Hal Rosser" <email***@***.com> wrote in message
news:B6sxc.536$email***@***.com...
> For a newbie = search for JGrasp
> its straightforward and short learning curve - some folks say its best to
> use the command line and notepad the first couple of weeks - JGrasp makes
> debugging easier.
> Some IDEs would confound a newbie - they have a steep learning curve -
> especially for someone new to java.
> But JGrasp at JGrasp.org - or - BlueJ -
> my $.02
>
> Hal
>
> "Elisha Dvir" <email***@***.com> wrote in message
> news:40c6472d$email***@***.com...
> > Hello
> > I am a newbe to Java and to programming.
> > I am looking for an IDE which I can:
> > Download free from the net
> > Have a good documentation and tutorials
> > Be able to get sum help on the compiler itself on this group (or any
other
> > newsgroup)
> >
> > ----
> > Elisha Dvir
> > 052-3738817
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004
>
>


 
 
jeffc





PostPosted: 2004-12-7 5:43:00 Top

java-programmer >> Which IDE? I *think* I understand the (subtle) difference between Sun's NetBeans and Sun
ONE Studio, and I *think* I understand that Sun is phasing out the free ONE in
favor of a retail Sun Java Studio. Which IDE is most popular in the
professional community? (Including any other such as JBuilder, etc.) Or do
many people simply use an editor such as SlickEdit?


 
 
Tom Dyess





PostPosted: 2004-12-7 11:23:00 Top

java-programmer >> Which IDE? I personally use JBuilder because I get paid to program in Delphi and they
are both made by Borland, so I was somewhat familiar with it from the start.
Eclipse is a nice open source one and WebSphere is based on it. JBuilder
does more "stuff" for you like automaticly create your Tomcat environment
when you "Run" without configuring anything.

I've noticed though that WebSphere is very popular.

"jeffc" <email***@***.com> wrote in message
news:email***@***.com...
>I *think* I understand the (subtle) difference between Sun's NetBeans and
>Sun
> ONE Studio, and I *think* I understand that Sun is phasing out the free
> ONE in
> favor of a retail Sun Java Studio. Which IDE is most popular in the
> professional community? (Including any other such as JBuilder, etc.) Or
> do
> many people simply use an editor such as SlickEdit?
>
>


 
 
Hal Rosser





PostPosted: 2004-12-7 13:11:00 Top

java-programmer >> Which IDE?
"jeffc" <email***@***.com> wrote in message
news:email***@***.com...
> I *think* I understand the (subtle) difference between Sun's NetBeans and
Sun
> ONE Studio, and I *think* I understand that Sun is phasing out the free
ONE in
> favor of a retail Sun Java Studio. Which IDE is most popular in the
> professional community? (Including any other such as JBuilder, etc.) Or
do
> many people simply use an editor such as SlickEdit?
>

The free ide choices are many, but Netbeans from Sun and Eclipse from IBM
are the most popular of the free ide's.
I think Eclipse is used by more folks. I like netbeans.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.799 / Virus Database: 543 - Release Date: 11/20/2004


 
 
David





PostPosted: 2004-12-8 21:41:00 Top

java-programmer >> Which IDE? On Mon, 6 Dec 2004 16:42:58 -0500, "jeffc" <email***@***.com> wrote:

> Which IDE is most popular in the
>professional community?

I had one of my programmers go from Eclipse (after using it for the
better part of a year) to using JBuilder 2005. After getting used to
the new IDE paradigm (a small learning curve), he prefers JBuilder.
He said even after he got the plugins to support Struts, EJB, and the
other J2EE components working in Eclipse it was *still* only a 50%
solution when compared to the same features in JBuilder Enterprise.

I guess it's like comparing a Mercedes (JBuilder) to a Pinto (Eclipse)
- you get what you pay for.


 
 
Andrew Thompson





PostPosted: 2004-12-8 22:49:00 Top

java-programmer >> Which IDE? On Wed, 08 Dec 2004 05:41:07 -0800, David wrote:

> I guess it's like comparing a Mercedes (JBuilder) to a Pinto (Eclipse)
> - you get what you pay for.

Where do I get my free Pinto?

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane