« ResourceManager and Connection Pooling | Main | FireStorm/DAO 2.4 Release Candidate 1 - Update »

Support for Apache Derby Embedded Database

Apache Derby is a pure Java embedded database. It is based on the IBM Cloudscape database engine, which was donated to the Apache Software Foundation in August 2004. Apache Derby can be downloaded here:

http://incubator.apache.org/derby/index.html

FireStorm/DAO 2.4 RC1 supports Apache Derby. To configure FireStorm/DAO for Apache Derby, set up the JDBC driver as follows:

JDBC Driver Class: org.apache.derby.jdbc.EmbeddedDriver
Classpath: derby.jar

The JDBC connection should be configured as follows:

JDBC URL: jdbc:derby:/path/database
Username and password should be left blank.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)