corner index.html
ContactTelephone & Email CreditsCaptions & Contributors Workshop Everything else RésuméDavid Segall Homewelcome

Back to Workshop Selecting a Java IDE Problem playing DTMF tones (source code) Installing Cloudscape/Derby with Tomcat and ODBC Free, heavy duty, databases Accessing GET data from JSF and Studio Creator/NetBeans VWP A Web Presence at Minimum Cost HTML/CSS Multi column layout RAD Web Development Tools HTML/CSS Multi column layout

bottom corner

I believe the following is a complete list of free, heavy-duty, relational databases that you can distribute with your application.

Open Source software usually requires you to satisfy some simple conditions, such as making the source code available, in order to give the software to your customers. The commercial databases usually require free registration which incorporates a license agreement

Embedded Java Databases

If you are developing in Java you may want a database that is also written in Java and will run in the same JVM as your application. The following Open Source relational databases don't have all the features of the databases listed above but will meet that requirement. H2 and HSQLDB allow you to specify that the entire database should be memory resident. Derby, H2, HSQLDB and One$DB can be set up to run in the same JVM as your application and allow client/server access. This is particularly useful in testing. McKoi, SimpleText and SmallSQL do not allow this.

bottom corner