Linked by Thom Holwerda on Thu 21st Oct 2010 09:13 UTC
Thread beginning with comment 446337
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Would be a way to enforce ...
by Bill Shooter of Bul on Thu 21st Oct 2010 22:55
in reply to "RE[2]: Would be a way to enforce ..."
Those are useful programs, but (with the exception of Open Office), I'd prefer to use others that are not written in Java.
Its also a bit disingenuous to have Open office on the list, as it doesn't use Java for the parts of Gui, which is the part I complain about the most with Java programs.
RE[4]: Would be a way to enforce ...
by fretinator on Fri 22nd Oct 2010 00:03
in reply to "RE[3]: Would be a way to enforce ..."
Its also a bit disingenuous to have Open office on the list, as it doesn't use Java for the parts of Gui, which is the part I complain about the most with Java programs.
I would have been disingenuous IF I had not specifically pointed out that it only used it for JDBC. I then went on to point out how nice JDBC is for connecting to databases (which is why OOO uses it). The point is that Java is useful for more than just desktop apps. I write a lot of database utilities and command-line apps using Java. It is obviously tremendously useful on the server side. I think people make a mistake of dissing Java because some of the apps aren't as pretty as others. I, for one, can't use a platform that doesn't support Java.
By the way, I think Eclipse and Netbeans are great-looking apps, but I'm a code monkey, so my opinion may not count.





Member since:
2005-07-06
Netbeans
Eclipse
Limewire
OpenOffice (uses JDBC)
Squirrel SQL Editor
JEdit
PGAdmin3 - Postgresql admin tool
And many more. People like to take shots at Java (just like they do at everything else), but you can create some nice tools.
One thing that truly rocks in Java is JDBC. It is so simple to connect to Oracle, SQL Server, MySQL, etc. Drivers are just jars that go with the app, so deployment is just drag-n-drop. No client libraries needed.