Talk:Java Database Connectivity

From Wikipedia, the free encyclopedia

Contents

[edit] "this driver"?

In the last line of the 1st para ("This driver is native code and not java."), what does "This driver" refer to ? Jay 23:14, Sep 17, 2003 (UTC)

[edit] Open or closed?

Is this open or closed technology? It's a little complicated so hopefully someone knows more about it and would put this info in the article. --ShaunMacPherson 15:47, 24 Apr 2005 (UTC)

[edit] Drivers, Types

What does "JDBC URL, all Database Connection String" mean? Ehn 00:14, 8 January 2006 (UTC)

[edit] JDBC 4.0

JDBC 4.0 is becoming finalized in mid-2006 (supposedly). There will be a number of changes in both the implementation (pooling of connections, etc), and the api itself (the use of annotations). I don't see any mention of this in the JDBC article. I'd be happy to do it myself, but I don't have the time at this point, so I would appreciate any takers on this. If not, then I'll try to get around to it at some point later. --Andrew Eisenberg 18:02, 28 May 2006 (UTC)

[edit] NOT an acronym

JDBC does not stand for "Java Database Connectivity". This is a backronym. See http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/intro.html#1018464, first paragraph. The main page should be titled JDBC, with Java Database Connectivity redirecting to it. --Nambio 00:11, 29 May 2006 (UTC)

And from the same site, http://java.sun.com/javase/technologies/database/. Sun seems to be contradicting itself for some reason. WP:NAME "[p]refer[s] spelled-out phrases to abbreviations", so even though JDBC is overwhelmingly more popular, the fact that Sun has referred to it as "Java Database Connectivity" mitigates against using the acronym as the page title (see ODBC as a parallel). --DeLarge 23:29, 25 March 2007 (UTC)

It was requested that this article be renamed but there was no consensus for it be moved. --Stemonitis 07:51, 26 March 2007 (UTC)

[edit] Example is dated

Class.forName("some string"); is back from 1.0 days and while it still works for backwards compatiblity is not preferred. Jon 13:58, 30 March 2007 (UTC)