Module org.apache.derby.client
Applications running on remote machines access Derby databases via a remote client configuration. In its smallest footprint, remote JDBC connections are created via java.sql.DriverManager.getConnection(). Other, optional modules further expand the functionality:
- org.apache.derby.tools - This module lets the application access Derby via javax.sql.DataSources.
- java.naming - This module supports JNDI lookup of DataSources.
Module Diagram: