Helpful Resources
HTML
- W3Schools' HTML Tutorial; especially:
JUnit
Mocks
- Mockito Home (mocking framework)
- Mockito Maven Dependency: mockito-all
- Examples of how to mock servlets with mockito:
MySQL
- MySQL 5.5 Reference Manual; especially:
- SQL Statement Syntax
- Data Definition Statements: for defining what columns a table should have
- Data Manipulation Statements: CRUD operations for the data stored within tables
- MySQL Transactional and Locking Statements: for avoiding race conditions by making multiple operations on the DB execute atomically
- MySQL Workbench
- JDBC Tutorial
- Connector/J: JDBC driver for Java
Subversion
Miscellaneous Eclipse Plugins
- Checkstyle: Java code analyzer to help you ensure that your Java code adheres to a set of coding standards.
- FindBugs: Java code analyzer to help you find bugs in your code.
- EclEmma: Java test coverage tool.