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.