java-osgi-service-jdbc 1.0.0 Factory for JDBC connection factories

OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. This package contains a factory for JDBC connection factories. There are 3 preferred connection factories for getting JDBC connections:

  • javax.sql.DataSource;

  • javax.sql.ConnectionPoolDataSource;

  • javax.sql.XADataSource.