SCWCD: Online Course, 50,000+ words and 200+ questions
http://www.examulator.com/moodle/course/view.php?id=5&topic=all
SCJP
Visit my download page
Originally posted by Sam Kebab:
I agree with Marcus, NetBeans is great. Eclipse is ok too but is not quite there yet. I like the name Eclipse though it is catchy, and it does not hurt to have the big names behind the project. But the NetBeans open source community together with Sun is all heart, and will take more than a catchy name and sheer IBM dollars and a Rational brain to eclipse.
"Write beautiful code; then profile that beautiful code and make little bits of it uglier but faster." --The JavaPerformanceTuning.com team, Newsletter 039.
Originally posted by David Hibbs:
I'd like to know what you think is lacking in Eclipse. Have you tried 2.0? IMHO Eclipse rules.
Originally posted by Sudharsan G'rajan:
IMHO, JDeveloper is pretty stable though it needs 256MB RAM. It has all good features, J2EE development, deployment, Debugging, Profiling, etc., I'm happy with it.
License Rights
We grant you a nonexclusive, nontransferable limited license to use the programs only for purposes of developing and prototyping your applications, and not for any other purpose. If you use the applications you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must contact us, or an Oracle reseller, to obtain the appropriate license. We may audit your use of the programs.
SCWCD: Online Course, 50,000+ words and 200+ questions
http://www.examulator.com/moodle/course/view.php?id=5&topic=all
Originally posted by Marcus Green:
"I think the Java World really really needs a powerful and smart IDE. MS VisualStudio?"
Is it free?
Joy is a radiation
Originally posted by seekingjava cert:
Hi
I am using JCreator at present
Pretty good Does not have a debugger though
are there any other such tools on the net
any suggestion welcome
Originally posted by Sam Kebab:
You asked: what i find lacking in Eclipse? For a free tool I'm not complianing but if i had a wish list it would be the following:
1) On the client side: RAD Gui tools. It does not even have to be swing - they can use SWT.
2) On the web side: JSP, xml, code completion - Sensitivity to the methods exposed by the new java beans that you just wrote. Filters, Listeners, even Servlet productivity code. NetBeans even has the lazy programmer capability of writing the Web-xml for you.
...
6) EJB. Rapid deployment tools that sync with the leading servers including JBOSS.
3) (i can't seem to find this in eclipse) Code completion short cuts for the variable names i've just written.
4) Database work. Graphical tool to be able to create, manipulate, and test the database/tables. With NetBeans i don't even need Oracle Manager, Oracle sql plus, or Toad. I can connect to any database including MySQL, and MSSql.
...
5) UML Design tools for the architect. Professinal looking documentation.
Originally posted by Sam Kebab:
Sometimes experience leaves a lasting impression.
Three days ago I downloaded to update my eclipse. The ide Crashed. Null Pointer Exception, etc. Ok so I click cancel, and when i went back to my workbench - all my files on the workbench are gone (but thank god all i have there are hello world type of code).
I tried a similar upgrade, and also had similar problems. I've come to the conclusion that it's a bad idea to install one version over the other--it's not an update, it's a brand new build. You should be able to use the same workspace without issue, but beware that once you update your workspace it will not work with the older version of eclipse!
You asked: what i find lacking in Eclipse? For a free tool I'm not complianing but if i had a wish list it would be the following:
1) On the client side: RAD Gui tools. It does not even have to be swing - they can use SWT.
I suspect this is in the works, but this is the one field that I would agree NetBeans is superior. The GUI tools are impressive.
2) On the web side: JSP, xml, code completion - Sensitivity to the methods exposed by the new java beans that you just wrote. Filters, Listeners, even Servlet productivity code. NetBeans even has the lazy programmer capability of writing the Web-xml for you.
Plugins. IBM's WSAD has all the above, and then some. Scan SourceForge, I know there are a bunch of these in the works publicly.
3) (i can't seem to find this in eclipse) Code completion short cuts for the variable names i've just written.
Classic 'I just can't find it' -- it's simply CTRL-Space.![]()
4) Database work. Graphical tool to be able to create, manipulate, and test the database/tables. With NetBeans i don't even need Oracle Manager, Oracle sql plus, or Toad. I can connect to any database including MySQL, and MSSql.
I must confess, I haven't used this in NetBeans so I can't discuss this. But there's a cool freeware tool DB Visualizer for this purpose.
5) UML Design tools for the architect. Professinal looking documentation.
I only wish. This is a for-sale option for pretty much any IDE.![]()
6) EJB. Rapid deployment tools that sync with the leading servers including JBOSS.
Frankly, I don't need to build EJB's with a freeware IDE.![]()
What I like about eclipse. Crisp and responsive interface. Smaller memory footprint. Debugger. Refactoring. Scrapbook. Built-in CVS like capabilities to go back to your previous code. RAD Creation of Getter and Setter methods. Definitely many other features not yet discovered by me.
All true. And then some. The thing is really loaded. It also comes with ANT and CVS integrated as well.
"Write beautiful code; then profile that beautiful code and make little bits of it uglier but faster." --The JavaPerformanceTuning.com team, Newsletter 039.
Originally posted by Sam Kebab:
Here i found a feature list of the NetBeans ide. Hard to believe it being free. Just imagine what this ide can do for you.
http://www.netbeans.org/about/ide/product_comparisons.html
If you can find another open source ide as feature rich as this one, do let me know.
Originally posted by Sam Kebab:
Here i found a feature list of the NetBeans ide. Hard to believe it being free. Just imagine what this ide can do for you.
http://www.netbeans.org/about/ide/product_comparisons.html
If you can find another open source ide as feature rich as this one, do let me know.
Originally posted by Tracy Woo:
It might have a big feature list but it lacks one of the most basic features - exporting the resources (java files, classfiles, etc) from it's directory structure to another location (or as a jar file). Does it have that feature? I could not find it. I switched to Eclipse just because of this. If you know how to do that in NetBeans, please let me know.
As I mentioned earlier, it dumps all the versions of a file ( the ~ files) in the same directory. How am I supposed to get rid of them when I want to create a jar/war for deployment???
"Write beautiful code; then profile that beautiful code and make little bits of it uglier but faster." --The JavaPerformanceTuning.com team, Newsletter 039.
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|