 |
- 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)- 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.
|
- 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.
|
- JDBCFacade - - A library for making JDBC easier to use and less error prone while encouraging a clean separation between persistence and domain logic. [Open source, MIT License.
|
- 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.
|
- PoolMan - - Offers configurable JDBC pools to multiple databases and SQL query/ResultSet cache. Generic Java object pooling is also available. [LGPL.
|
- P6Spy - - Logs all queries between any JDBC application and any database with no code changes required. [Open source.
|
|