What is the role of Action Class?

devquora
devquora

Posted On: Feb 22, 2018

 

An Action class in the struts application is utilized to deal with the demand.
  • It acts as an interface or correspondence medium between the HTTP request for coming to it and business logic used to build up the application.
  • Action class comprises of Request Processor, which act as a controller. This controller will pick the best action for every incoming request, produce the instance of that activity and execute that activity.
  • This ought to be in a safer manner because Request Processor utilizes a similar instance for various numbers of requests at a particular time.

    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

    How the flow of various requests happens in Struts Application?

    Struts Applications utilize the MVC designs, and the flow of demand occurs in a prescribed way: The user associated wit..

    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..