  |
JDBC API - http://java.sun.com/products/jdbc/overview.html
Java Database Connectivity (JDBC) API is a standard SQL database access interface. This API provides programmers with universal access to a wide range of relational databases. (Sun) |
  |
JDBC Tutorials for Database Access - http://java.sun.com/docs/books/tutorial/jdbc/overview/index.html
The JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. |
  |
http://www.p6spy.com/ - http://www.p6spy.com/
Logs all queries between any JDBC application and any database with no code changes required. [Open source] |
  |
JDBC Drivers and Vendors - http://www.sqlsummit.com/JDBCVend.htm
A directory of JDBC-Driver-Vendors. |
  |
Java Basics of Database Access and Permissions - http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/dba.html
Essentials of the Java Programming Database Access and Permissions. This lesson converts the application, applet, and servlet examples from Lesson 6 to write to and read from a database using JDBC. |
  |
JDBC - Java Database Connectivity - http://www.acm.org/crossroads/columns/ovp/march2001.html
Using the JDBC interface to connect to and utilise a database from within Java. |
  |
DbConnectionBroker - http://www.javaexchange.com/
A pure Java package for handling multiple concurrent database connections. DbConnectionBroker creates a broker with a very simple interface for handing out and returning database connections from a configurable pool of connections. Also RandomGUID (utility class generates cryptographically strong random GUIDs in the standard format). [Open source] |
  |
Octopus Java/XML ETL Tool - http://www.enhydra.org/tech/octopus/
A simple Java-based Extraction, Transformation, and Loading (ETL) tool. It may connect to any JDBC data sources and perform transformations defined in an XML file. [Open source, LGPL] |
  |
Java Client Database (JCDatabase) - http://www.digitalscores.com/jcdatabase/
A simplified version of JDBC that runs on both the server and as part of client applications. [Commercial] |
  |
http://sourceforge.net/projects/poolman - http://sourceforge.net/projects/poolman
Offers configurable JDBC pools to multiple databases and SQL query/ResultSet cache. Generic Java object pooling is also available. [LGPL] |