JDBC API
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)
url: java.sun.com/products/jdbc/
|
DbConnectionBroker
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]
url: www.javaexchange.com/
DBPool - Java Database Connection Pooling
A free JDBC connection pooling library featuring easy setup, connection validation, statement caching, time expiry. [Open source]
url: homepages.nildram.co.uk/~slink/java/DBPool/
FireStorm/DAO Code Generator for JDBC
FireStorm/DAO imports database schema definitions from SQL scripts or from live databases via JDBC and then generates a complete data-access tier based on JDBC.
url: www.codefutures.com/products/firestorm
IronGrid, Inc
IronEye SQL: A JDBC profiling tool that allows J2EE developers to identify database performance bottlenecks by viewing the SQL that flows between an application and database through a GUI console with no code changes. IronEye Cache: Leverages IronEye SQL technology to enable intelligent, easy caching. [Commercial]
url: www.irongrid.com/catalog/default.php
Java Guru - JDBC FAQ
A list of frequently asked questions about JDBC.
url: www.jguru.com/faq/JDBC/
JDBC Drivers and Vendors
A directory of JDBC-Driver-Vendors.
url: www.sqlsummit.com/JDBCVend.htm
JDBCPool
Reuses JDBC connections to save time and to prevent exceeding connection limits which exist on certain databases. [Open Source, GPL]
url: www.bitmechanic.com/projects/jdbcpool/
Octopus Java/XML ETL Tool
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]
url: octopus.enhydra.org/
OMLET: Oracle 8i/9i Monitoring Applet
Java client that helps visualize and monitor the health of Oracle database instances. [Commercial]
url: www.geocities.com/TeraKnowledgeSystems/
OrindaBuild
A utility that automatically writes Java code to access stored procedures, packages, functions and sequences in Oracle databases. By Orinda Software. [Commercial, with sources]
url: www.orindasoft.com/public/News.php4
P6Spy
Logs all queries between any JDBC application and any database with no code changes required. [Open source]
url: www.p6spy.com/
Webopedia.com - JDBC
Describes the term JDBC and lists links with additional information.
url: www.webopedia.com/TERM/J/JDBC.html