DataSource: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html
* https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html
* https://docs.oracle.com/javase/7/docs/api/javax/sql/package-summary.html


=Internal=
=Internal=

Revision as of 14:20, 25 September 2017

External

Internal

Overview

This page refers to a JSE javax.sql.DataSource. The DataSource is the main interface exposed by the javax.sql package. A DataSource is a JSE concept since Java 1.4.


DataSources can be injected with the JEE @javax.annotation.Resource annotation.