1.

Explain The Life Cycle Of A Request In Struct2 Application?

Answer»

Following is the life cycle of a request in Struct2 application −

  • User sends a request to the server for requesting for some resource (i.e pages).
  • The FilterDispatcher LOOKS at the request and then determines the appropriate Action.
  • Configured interceptors functionalities APPLIES such as validation, file upload etc.
  • Selected action is EXECUTED to perform the requested operation.
  • Again, configured interceptors are applied to do any post-processing if REQUIRED.
  • Finally the RESULT is prepared by the view and returns the result to the user.

Following is the life cycle of a request in Struct2 application −



Discussion

No Comment Found