Home > Computers > Programming > Languages > Java > Databases and Persistence > JDBC
Java Database Connectivity (JDBC) sites.
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]
http://www.devx.com/dbzone/Article/33681?trk=DXRSS_JAVA
In this article readers get step-by-step instructions on making a JDBC connection between the four most popular Java application servers and Microsoft SQL Server by Deepak Vohra.
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.
http://www.digitalscores.com/jcdatabase/
A simplified version of JDBC that runs on both the server and as part of client applications. [Commercial]
http://www.jguru.com/faq/JDBC/
A list of frequently asked questions about JDBC.
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)
http://jdbc-tools.sourceforge.net/
Framework for plugging in monitoring operations to the JDBC layer of an application. Site includes documentation, download option, and open issues overview. [Open Source, Apache License]
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://sourceforge.net/projects/poolman/
Offers configurable JDBC pools to multiple databases and SQL query/ResultSet cache. Generic Java object pooling is also available. [LGPL]
http://www.webopedia.com/TERM/J/JDBC.html
Describes the term JDBC and lists links with additional information.
Home > Computers > Programming > Languages > Java > Databases and Persistence > JDBC
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us