원본출처 : http://java.sun.com/products/jdbc/download.html#cdcfp
This page provides the following downloads and specifications:
JDBC 3.0 API
JDBC Optional Package for CDC/Foundation Profile API
JDBC 2.1 API
JDBC 2.0 Optional Package API
JDBC API Test Suite 1.3.1
JDBC API Test Suite 1.2.1
JDBC 3.0 API
All of the JDBC 3.0 API, including both the java.sql and javax.sql packages, is bundled with the JavaTM 2 Platform, Standard Edition, version 1.4 (J2SETM). If you have downloaded the J2SE platform, you already have all of the JDBC API and do not need to download anything from this page.
JDBC Optional Package for CDC/Foundation Profile API
If you write applications for the Java 2 PlatformTM, Micro Edition, J2METM that access a relational database, you need to download this Optional Package. It is a subset of the java.sql package with a smaller footprint that is tailored to writing applications running CDC (Connected Device Configuration).
JDBC 2.1 Core API and JDBC 2.0 Optional Package API
General Application Programmers
If you write only client-side applications, you do not need to download anything from this page. By downloading the JavaTM 2 SDK, Standard Edition, you already have the JDBC core API (java.sql package) and the associated javadoc documentation.
Server-side Programmers
If you write Enterprise JavaBeansTM (EJB) components, any software that supports them, or any other server-side software, you need to download the JavaTM 2 SDK, Enterprise Edition. The Enterprise Edition includes both the JDBC core API and the JDBC Optional Package API (the javax.sql package). Both packages are necessary for any JDBC application that uses a DataSource object to make a connection, uses connection pooling, or uses distributed transactions.
Client-side Programmers Using a DataSource or RowSet Object
In general, you might want to download the javax.sql package in addition to the JavaTM 2 SDK, Standard Edition, if you do not write server-side code but want to use one of the following:
. A DataSource object to make a connection
Note: To use a DataSource object to establish a connection, which is the recommended way, your driver must include a basic DataSource implementation.
. A RowSet object
Rowsets are typically used as a convenient way to pass data or to add scrollability to a result set.
Downloading the javax.sql package instead of the entire Enterprise Edition will save you disc space. If your driver vendor bundles the javax.sql package with its product, as many are expected to do, you do not need to download anything beyond the JavaTM 2 SDK, Standard Edition.
NOTE: The javax.sql package is also called the JDBC 2.0 Optional Package API (formerly known as the JDBC 2.0 Standard Extension API).
첨부된 문서는 다음과 같다.
JDBC 3.0 - Final Release
JDBC Optional Package for CDC/Foundation Profile - Public Draft
JDBC 2.1 Core API
|