Hi can anyone tell/guide where i can get (free download - evalusion version) best/good Rapid Application Development Tool (IDE) for java application. Just drag and drop components and write code prabhu
Raja Sagar Panamgipalli
Ranch Hand
Joined: Aug 13, 2003
Posts: 109
posted
0
Hi, I think JBuilder is a good IDE especially JB9.0 has similar functionings with respect to the Visual Basic in VStudio. It has a simple drag n drop feature in case one wishes to develop Swing application.
Sagar [ January 27, 2004: Message edited by: Jim Yingst ]
SCJP 1.4<br />SCBCD 1.3
s choukse
Greenhorn
Joined: Dec 12, 2001
Posts: 27
posted
0
Hi I agree that JBuilder 9 is an extreamly good and efficient IDE but in my opinion for start IDE like IntelliJ Idea(not free) or NetBeans(free) will be better. -Saurabh
Originally posted by s choukse: Hi I agree that JBuilder 9 is an extreamly good and efficient IDE but in my opinion for start IDE like IntelliJ Idea(not free) or NetBeans(free) will be better. -Saurabh
I use NetBeans for GUI-related projects and generic stuff. Eclipse for some other stuff. Likha DevCentre for Java web apps using Tomcat.
alexis
Gabriel White
Ranch Hand
Joined: Mar 02, 2003
Posts: 233
posted
0
Goto this link and be sure to enter a valid email address to get the activation code. Jbuilder 9 download
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
Originally posted by s choukse: Hi I agree that JBuilder 9 is an extreamly good and efficient IDE but in my opinion for start IDE like IntelliJ Idea(not free) or NetBeans(free) will be better. -Saurabh
For starting programmers there is no better IDE than a command shell, a simple text editor and a commandline compiler. Learn to walk before you run, learn to land before you take off solo, learn to swim before you dive.
I agree with Jeroen. Take a look at this thread for some more discussion on the subject and some recommendations.
R Jelda
Greenhorn
Joined: May 13, 2002
Posts: 26
posted
0
I say ECLIPSE ECLIPSE.. Jelda
"If you have an apple and I have an apple and we exchange apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas." -George Bernard Shaw
Fizal
Greenhorn
Joined: Jan 28, 2004
Posts: 3
posted
0
Is Eclipse a free software? Where can I find it on the net?
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
Originally posted by Fizal: Is Eclipse a free software? Where can I find it on the net?
Eclipse is free. There's also a $30 "enterprise" version named MyEclipseIDE. Eclipse is also the foundation for IBM's WSAD (costs a fortune).