| Author |
visual integrated development environment(IDE)
|
srikanth arroju
Ranch Hand
Joined: Aug 02, 2006
Posts: 66
|
|
|
what is meant by visual integrated development environment(IDE)?
|
 |
Kino Lobo
Greenhorn
Joined: Feb 08, 2006
Posts: 20
|
|
An IDE is a tool, a software that has things that help the programmer's tasks. The things can be; a text editor - as you'll probably want to type and edit your code. a compiler - to translate the programing language you use into something a computer can deal with... a debugger - to help cheking for errors. And everything is centralized in one aplication... A famous IDE for Java is NetBeans, which you can download from sun's site and try for yourself. Ps. You won't catch me dead using an IDE, colored-syntax text editors rule!!
|
I'd rather trust a man who works with his hands!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
We have a forum completely devoted to IDEs. I've moved this topic there for you.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Richard Green
Ranch Hand
Joined: Aug 25, 2005
Posts: 536
|
|
|
http://en.wikipedia.org/wiki/Integrated_development_environment
|
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
|
 |
 |
|
|
subject: visual integrated development environment(IDE)
|
|
|