Linked by Eugenia Loli-Queru on Sat 14th Jan 2006 00:14 UTC
Thread beginning with comment 85587
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-06
I like creating cross-platform DESKTOP apps in Java. I create apps that must run on multiple platforms and communicate with multiple DBMS's (Oracle, Sql Server, MySql, Postgresql). I think this is where JDBC simply shines. By using pure java JDBC drivers that I include with the app, I can simply drag-and-drop the app to different OS platforms. Otherwise it would be a pain to setup all the client libraries for all the DBMS's on all the platforms. Go Java!