A DataSource is a Java Object that represents a pool of database connections managed by the Application Server. You use its getConnection method to get a JDBC connection from which you can then perform any database access using JDBC.
JavaDoc:javax.sql.DataSource
|