To view parent comment, click here.
To read all comments associated with this story, please click here.
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.
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.





Member since:
2006-12-30
think the rationale behind this rule is the "write once, run everywhere" nature of Java. Well done Java applications on run almost all platforms supporting a JVM.
Well done Java applications are like unicorns, Have you seen one?