= Web applications = == Directories == || '''Directory''' || '''Use''' || || docs || Documentation || || dist || Final, deployable files or distributable || || build || Temporary directory for use in build process (e.g. class files before packaging into a JAR) || || lib || 3rd-party dependencies || || src || Compilable source code || || test || Unit tests || || web || Static web resources || == Reference == * [[http://java.sun.com/blueprints/code/projectconventions.html|Guidelines, Patterns, and Code for End-to-End Java Applications]]