Can anyone point me to a well written DAO using JDBC, that covers all the exceptions a DAO should handle.
I looked at some samples at java.sun.com, their blue prints but there is a lot of theory and less code.
Looking through Spring DAO source code will be enlightening but that's way too complicated for me.