Answer:
ActionServlet performs the role of Controller:
► Process user requests
► Determine what the user is trying to achieve according to the request
► Pull data from the model (if necessary) to be given to the appropriate view,
► Select the proper view to respond to the user
► Delegates most of this grunt work to Action classes
► Is responsible for initialization and clean-up of resources
► Process user requests
► Determine what the user is trying to achieve according to the request
► Pull data from the model (if necessary) to be given to the appropriate view,
► Select the proper view to respond to the user
► Delegates most of this grunt work to Action classes
► Is responsible for initialization and clean-up of resources
Previous Question | Next Question |
What are the core classes of the Struts Framework? | What is the ActionForm? |