How the flow of various requests happens in Struts Application?

devquora
devquora

Posted On: Feb 22, 2018

 

Struts Applications utilize the MVC designs, and the flow of demand occurs in a prescribed way:
  • The user associated with the view after clicking on a connection or after that they submit present a form.
  • After the interaction happens, the demand is sent to the controller.
  • The controller is that person considered who is responsible for forwarding the demand for better activity.
  • Action class chooses the functions, which additionally work for the business logic that will be actualized.
  • The last process is the response, it happens after the model layer sends it, and the client sees it on the screen.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Struts Interview Questions

    What does the term Struts mean?

    Struts could be defined as open source programming that can be utilized for creating website pages that are java based...

    Struts Interview Questions

    What are the benefits of the Struts system?

    The struts system is taking a shot at the MVC design. This ensures that the different layers of Struts are isolated app..

    Struts Interview Questions

    What is MVC Architecture ?

    Model View Controller (MVC) is a design pattern used to perform changes in the application. Model: Model is a term, wh..