You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2020. It is now read-only.
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