Hi all,
I have been using IBM VAJ 3.5 for development, but it has got high crashing rates, I need a better IDE option,
Please give me suggestions of the IDE to use and where to find them.
Thanx in advance,
Mahesh
-
Better IDE than VAJ (7 messages)
- Posted by: Mahesh Bhagdev
- Posted on: October 24 2002 03:41 EDT
Threaded Messages (7)
- Better IDE than VAJ by Amyt Kats on October 24 2002 04:08 EDT
- Better IDE than VAJ by Mahesh Bhagdev on October 24 2002 04:54 EDT
- Better IDE than VAJ by Tomas Inger on October 24 2002 10:27 EDT
- Better IDE than VAJ by Mahesh Bhagdev on October 24 2002 04:54 EDT
- Better IDE than VAJ by Sean Sullivan on October 24 2002 06:40 EDT
- vim or emacs by Dave C on October 24 2002 11:12 EDT
- vim or emacs by David Jones on October 24 2002 18:30 EDT
- jEdit by jason priestly on October 26 2002 03:30 EDT
- vim or emacs by David Jones on October 24 2002 18:30 EDT
-
Better IDE than VAJ[ Go to top ]
- Posted by: Amyt Kats
- Posted on: October 24 2002 04:08 EDT
- in response to Mahesh Bhagdev
You can find Oracle JDeveloper on Oracle.com.It is good one and the "Crashing Rate" is almost zero.
Amyt Kats -
Better IDE than VAJ[ Go to top ]
- Posted by: Mahesh Bhagdev
- Posted on: October 24 2002 04:54 EDT
- in response to Amyt Kats
Can I integrate weblogic7 and websphere4 with JDeveloper ?? -
Better IDE than VAJ[ Go to top ]
- Posted by: Tomas Inger
- Posted on: October 24 2002 10:27 EDT
- in response to Mahesh Bhagdev
Hi!
JDeveloper has wupport for generation of WebLogic specific deployment descriptors. However, there is an irritating bug in it. JDeveloper uses an encoding (windows- something) not supported by the XML parser in WLS.
/Tomas
-
Better IDE than VAJ[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: October 24 2002 06:40 EDT
- in response to Mahesh Bhagdev
IBM has released "Websphere Studio Application Developer" version 5.0
Give it a try.
-
vim or emacs[ Go to top ]
- Posted by: Dave C
- Posted on: October 24 2002 11:12 EDT
- in response to Mahesh Bhagdev
Learn a _real_ editor like vim (http://www.vim.org) or emacs (http://www.gnu.org) and the command line. Use ant (http://jakarta.apache.org/ant) or make for compilation and stuff. vim and emacs are about 1,000,000 times more powerful and configurable than any IDE, plus they are FREE, and available on EVERY platform. You can jump into a project and be coding while your collegues are clicking "Next" 5 times in some wizard and farting around with preference dialogs.
Plus, you don't need the mouse and you reduce your risk of repetitive stress disorder :) -
vim or emacs[ Go to top ]
- Posted by: David Jones
- Posted on: October 24 2002 18:30 EDT
- in response to Dave C
Don't forget http://xdoclet.sourceforge.net/
I now use Eclipse (www.eclipse.org), ANT and XDOCLET to for my developmet.
David -
jEdit[ Go to top ]
- Posted by: jason priestly
- Posted on: October 26 2002 15:30 EDT
- in response to David Jones
http://www.jedit.org
Commercial IDEs, who needs all that extra functionality?
A "perfect" text editor is enough. And jEdit is the best I've used.
I have seen and tried most IDEs and all are bloated with extra features I never use. The most important features to me are text editing and ease of use. The rest is just plain software bloat caused by creeping featuritis.
Anyway if I need a feature I can download a plugin.