Structure of servlet web project in Java

This is example structure of servlet web project.

src/main/java Application/library sources

src/main/resources Application/library resource files

src/main/filters Servlet filter files

src/main/webapp Web application sources

src/test/java Test sources

src/test/resources Test resource files

src/test/filters Servlet filter tests

src/it Integration tests

src/assembly Assembly Description

src/site Site

LICENSE.txt Project License

NOTICE.txt Notes and Dependency Library Definitions.

README.txt Project Description


Read also:


Comments

Popular posts from this blog

Methods for reading XML in Java

XML, well-formed XML and valid XML

ArrayList and LinkedList in Java, memory usage and speed