Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

documentation_system_overview

Marcus Eisele edited this page May 22, 2015 · 2 revisions

#System Overview

Components

Templates

The templates package contains freemarker templates. The templates contain the markup used to display the html pages. All data for the templates is crafted in the corresponding servlets.

Servlets

The servlets handle the user input and invoke corresponding services.

Services

Contain the logic

Repositories

The repositories are an abstraction for database operations

Clone this wiki locally