unit testing servlet/db?
My current job is maintaining this web application built on Servlets. I'd like to add unit tests to cover all of the database CRUD stuff. I looked at MockObjects but it seems to be quite dead. I wondered what others with more experience in TDD would recommend here. My primary requirement is good documentation so I can understand what I'm doing.
