We have developed a number of open source libraries and tools which you may find useful. Feel free to download and use them in your own projects. Please contact us if you have any questions or if you would like to report a bug.

sqlsheet

A JDBC driver which operates on Excel spreadsheets. Currently supports basic SELECT, CREATE, DROP, INSERT operations. The driver is pure Java - no native Windows components are required.
(more...)

lodi

Provides special URLHandlers for directly dispatching requests to a webapp from within an application server. This allows for greater efficiency, direct Exception propagation, and simplified access to secured resources.
(more...)

propjoe

A simple javadoc doclet which generates .properties files from annotated Java classes. This is useful for keeping your Java code in sync with the properties that you choose to expose.
javadocs | download