This is a small and simple jdbc wrapper that will show you some timing statistics of your jdbc queries on a web page (using an embedded web server).

See an example running here: http://phoibe.astraeus.nl:18080/

The project can be found here: https://github.com/rnentjes/Simple-jdbc-statistics

Might be useful to someone using java and jdbc to connect to a database.

Enjoy.