| Author |
Need exact IDE to developing a web application using JAVA
|
Rd Dari
Ranch Hand
Joined: Feb 22, 2010
Posts: 194
|
|
Hi,
I want to an exact IDE to developing a Web Application using Java.Please tell me which IDE is the best for me like NetBeans, Eclipse,MyEclipse)?
Thanks in advance.
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
There isn't a "best" IDE. It is all personal preference. I for instance like IntelliJ but others might prefer Eclipse. If you're new at Java I would advise you NOT to use an IDE but use something like notepad++ (which provides syntax highlighting). Because then you'll need to learn how the syntax works and get to know basic API's. You'll learn much more from that then if you would use an IDE.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
Wouter Oet wrote:I would advise you NOT to use an IDE but use something like notepad++ (which provides syntax highlighting). Because then you'll need to learn how the syntax works and get to know basic API's. You'll learn much more from that then if you would use an IDE.
I agree. If you don't know the basics of web application development, you'll waste a lot of time trying to configure things you don't know in the IDE.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Rd Dari
Ranch Hand
Joined: Feb 22, 2010
Posts: 194
|
|
Sir,
I know how to develop a web application during my job but right now I am at the rest during some reason so that I want to revise my last project application personally and so that I want to use an IDE. I am using NetBeans 6.5 on my local system and the databases MYSQL 5.0 OR SQL SERVER 2000. Because I hear that Eclipse is more preferable in every organisation but I use NB. very fluently rather than Eclipse or MyEclipse so please suggest me....
Thanks
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
If you like Netbeans then continue to use Netbeans. Don't use Eclipse because "everybody else" is using it. Only use Eclipse if a) you like it, or b) your current employer wants you to use it.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Rd Dari
Ranch Hand
Joined: Feb 22, 2010
Posts: 194
|
|
|
Thank you for your guidance.....
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
Please read your private messages.
|
 |
 |
|
|
subject: Need exact IDE to developing a web application using JAVA
|
|
|