[ ] You have a good start at using templating for the various jsp slices. Re-examine your jsps for more reuse opportunity. For example, sheet.jsp has a head tag with css in it which could be put in a template. - [ ] Sheet not yet connected with backend? Did some code not get pushed or is this functionality still in progress?
[ ] Unit tests?
[ ] Is login working? Looks like user is hard-coded into GetSheet servlet?
[ ] Several empty entity classes, did you forget to push? PlayerClass for example.
[ ] Remember to close sessions after you open them. For example: getListOfSheets...
[ ] Rather than using your dao to authenticate users use tomcat jdbc realm authentication
[ ] Time Log has not been updated in month
[ ] Add detail to your readme/problem statement - think of prospective employers who might look consider your repository as your portfolio. It look like you have this in your project plan, just pull out the applicable parts for the readme.