Skip to content

Source code structure

Jörg Weber edited this page Jun 22, 2015 · 4 revisions

Folder structure

Every source file lays under the src folder.

Code for production lays under src/main Code for testing lays under src/test

Resources go under resources in test or main.

Files that should be served by the web server without preprocessing go under resources/static.

Java source files go under java in main or test.

src/main/webapp contains UI related source files as well 3rd party libraries sources.