Javax SQL Package
Javax SQL Package
* Package
• Provides the API for server side data
source access and processing.
• This package supplements the java.sql.*
package and, as of the version 1.4
release, is included in the Java Platform,
Standard Edition.
• It remains an essential part of the Java
Platform, Enterprise Edition.
• The javax.sql package provides for the
following:
• The DataSource interface as an
alternative to the DriverManager for
establishing a connection with a data
source.
• Connection pooling
• Distributed transactions
• Rowsets
• Applications use the DataSource and
RowSet APIs directly, but the connection
pooling and distributed transaction APIs
are used internally by the middle-tier
infrastructure.
DataSource Object