DataSource: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Overview= | =Overview= | ||
This page refers to a JSE [https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html javax.sql.DataSource]. | This page refers to a JSE [https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html javax.sql.DataSource]. A DataSource is a JSE concept. | ||
DataSources can be injected with the JEE [[@javax.annotation.Resource|@javax.annotation.Resource]] annotation. | DataSources can be injected with the JEE [[@javax.annotation.Resource|@javax.annotation.Resource]] annotation. |
Revision as of 14:12, 25 September 2017
External
Internal
Overview
This page refers to a JSE javax.sql.DataSource. A DataSource is a JSE concept.
DataSources can be injected with the JEE @javax.annotation.Resource annotation.