
|
|
|
|
Home / Computers / Programming / Languages / Java / Databases and Persistence / JDBC
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- Bit After Bit - Java Database Connectivity tutorial, exaples, tips and tricks, books and developers' resources.
www.bitafterbit.com/english/java/jdbc
- Database Central: Java and JDBC - A collection of resources on JDBC.
databasecentral.com/knowledgebase/Database_Technologies_and_Languages/Java_and_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]
www.javaexchange.com
- JDBCPool - Reuses JDBC connections to save time and to prevent exceeding connection limits which exist on certain databases. [Open Source, GPL]
www.bitmechanic.com/projects/jdbcpool
- JSQL product suite - JDBC Connection server and optional components from Caribou Lake Software. [Commercial]
www.cariboulake.com/products/jsql.html
- OMLET: Oracle 8i/9i Monitoring Applet - Java client that helps visualize and monitor the health of Oracle database instances. [Commercial]
www.geocities.com/TeraKnowledgeSystems
- 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)
www.javasoft.com/products/jdbc
|
|
|
|
|