Package com.rosivanyshyn.controller


package com.rosivanyshyn.controller
This is controller package.
It contains dispatcher servlet (Front-controller pattern realization) and next components:
context - responsible for managing the objects of an application. It uses dependency injection to achieve inversion of control
security - packages responsible for user authorization, authentication and accesses to controllers
other - other controllers called through the factory in dispatcher servlet package.
tag - tags for JSP pages
AppExceptionHandler - application exception handler servlet