Is SQLJ template project active.
If yes, then following enchancement needs to be done
a) Support for Java 5
b) parameters or arugments to query methods of sqlTemplate for passing parameters. (currently we have define all parameters as final)
c) General code for iterator and context, so that each SQL DAO need not define them.