I know you've been working hard on this project and I'm really looking forward to seeing the final product! Nice job with logging, creating small, single-purpose methods, and recovering from many project changes/dead ends along the way!
[ ] Time Log, Journal and Project plan need to be updated (Time log and Journal currently go through week 4 and week 7)
[ ] What is the user experience when something goes wrong, i.e., the database is down? Custom error page/s can help with this.
[ ] Remember javadoc -the plugin can really give you a jumpstart on this work.
[ ] Is the unit test for VoiceFiler commented out to prevent maxing out your calls to the service? If so, document the class to that effect. Might use @ignore - I think that way junit even "reminds" you that you have something ignored.
I know you've been working hard on this project and I'm really looking forward to seeing the final product! Nice job with logging, creating small, single-purpose methods, and recovering from many project changes/dead ends along the way!