Definition
Controller logic handles the interaction with the application's environment
Controller Logic

How does it work?

The environment of the application consists of the user and integration software from other systems.

Controller logic handles the request, invokes domain logic and presentation logic.

Examples

  • Request processing
  • Response generation
  • Navigation / Routing
  • User input handling
  • Session management
  • Middleware integration

Links