Explain what is model view controller?

devquora
devquora

Posted On: Jun 07, 2024

 

Model view controller or MVC is a pattern which explains the domain modeling, GUI of any application and all the inputs associated upon the action based on devices. In SAP ui5 it has the following segments-

  • Model- it acts as a bridge between data and view of the application. Model accepts request available from view and then response collectively independent on any class.
  • View- it manages the visualization of GUI of the application and depends upon the model.
  • Controller- it communicates with the above two statements in order to take the appropriate action. It also entertains the user requests which are received from the view.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UI5 interview questions

    Why multi flow design pattern is use, how splitting is implemented in it?

    Utilizing multiple design patterns is essential for navigating complex application flows effectively. Manifest.json, alongside targeted properties like Parent and ControlID, facilitates seamless navig..

    UI5 interview questions

    Can you tell us about the formatter in ui5 and how to use it?

    Formatters in SAPUI5 are JavaScript functions used to format data before displaying it in UI elements, such as text or tables. By defining specific formatting rules or conditions, formatters enhance t..

    UI5 interview questions

    What is UI5 and why it is considered?

    SAPUI5 is a client-side rendering library, akin to HTML5, adhering to internet application protocols. It's JavaScript-based, providing a lightweight programming model for web and mobile apps. SAPUI5 s..