Search results

  1. docs.oracle.com/javase/6/docs/api/javax/​sql/package...   Cached
    Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource. ... The javax.sql package provides the preferred ...
  2. forum.springsource.org/...use-javax-sql-​datasource-with-a...   Cached
    Pro Spring MVC: With Web Flow ... For connection pooling it seems logical to use a javax.sql.connectionpooldatasource object instead of a javax.sql.datasource object.
  3. docs.oracle.com/.../api/javax/sql/class-​use/DataSource.html   Cached
    javax.sql.DataSource No usage of javax.sql.DataSource Overview : Package : Class Use : Tree : Deprecated : Index : Help : Java™ Platform Standard Ed. 6: PREV NEXT:
  4. download.oracle.com/.../javax/sql/class-​use/DataSource.html
    No usage of javax.sql.DataSource. Overview; Package; Class; Use; Tree; Deprecated; Index; Help; Java™ Platform Standard Ed. 7. Prev; Next; Frames; No Frames; All ...
  5. www.javadocexamples.com/javax/sql/​DataSource/...   Cached
    Demos and Usage of javax.sql.DataSource.getConnection() Java Examples>>javax.sql>>javax.sql.DataSource>>getConnection() 1: import javax.naming.Context; 2: import ...
  6. java-enterprise-app.developerfaqs.com/q_​java-enterprise...   Cached
    Java Professional Certification; ... I normally use javax.sql.DataSource. ... - Resource Type: javax.sql.ConnectionPoolDataSource
  7. doc.java.sun.com/DocWeb/api/all/​javax.sql.DataSource   Cached
    public interface javax.sql. DataSource ... Rather, a DataSource object is retrieved though a lookup operation and then used to create a Connection object.
  8. download.oracle.com/docs/cd/E19229-01/​819-6537   Cached
    Sun Microsystems, Inc. is delivering Sun ONE e-commerce software and enterprise solutions that enable companies to compete successfully in the Net Economy.
  9. developer.android.com/.../javax/sql/​DataSource.html   Cached
    ConnectionPoolDataSource; DataSource; ... javax.sql.DataSource: ... A class which implements the DataSource interface is typically registered with a JNDI ...
  10. stackoverflow.com/questions/1698506   Cached
    @Resource(name = "jdbc/MyDatabase") private javax.sql.DataSource dataSource; I understand this is a new feature (annotations) but I'm not really sure how it works.