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)
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.
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 (ut...
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]