1.

What’s The Role Of Action Class In Struts?

Answer»

In Struts, Action Class acts as a CONTROLLER and performs following KEY tasks:
1.After receiving user request, it PROCESSES the user’s request.
2.Uses appropriate model and pulls data from model (if required).
3.Selects proper view to show the RESPONSE to the user.

In Struts, Action Class acts as a controller and performs following key tasks:
1.After receiving user request, it processes the user’s request.
2.Uses appropriate model and pulls data from model (if required).
3.Selects proper view to show the response to the user.



Discussion

No Comment Found