samedi 6 avril 2019

Difference between a MVC controller, Page Controller and input controller

As from the title, what is the difference between a page controller and the MVC controller. I thought both of them are the same since lets say we create our controller call ExampleAController. What this controller does is to take in http request inputs as well as direct users to different views.

Therefore I am confuse about the difference between a page and MVC controller. Below is a summary of the feedback given to my professor on the quiz that we did.

What are the differences between these controllers?

  • Model-View-Controller: Controller specifies the view and process of the UI component.
  • Page Controller: An object that handles a request for a specific page or action on a Website.
  • Application Controller: Used when there are a lot of logic about the order of screens and the navigation between them
  • General controller: Abstraction of controllers with common tasks

Aucun commentaire:

Enregistrer un commentaire