Tiny and easy to use JDBC framework, simplifies usage of JDBC driver
A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (originally published on Developer.com ) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
YAWTE (Yet Another Web Template Engine) is an alternative for generating dynamic content using Servlets. It contains a few template tags used to specify template structure and a tiny Java API for loading templates and generating content.