Across
- 4. this class prefixes the view name returned in the ModelAndView with the value of its prefix property and suffixes it with value from its suffix property
- 7. This is the formal parameter in the controller class method which will carry the validation errors if any
- 8. handleRequest() returns this value which is the logical name of the view that should render the results
- 9. This maps URL patterns to Controller objects
- 10. This object contains both the model data and logical name of view
Down
- 1. An actor in UML terminology maps to this class in Spring
- 2. this is one of the many challenges while creating a web-based application
- 3. This class is used to transfer data from the controller class to the JSP
- 5. This class lets you map url patterns without having to name your beans in a special way.
- 6. loader To ensure that all the configuration files are loaded, you will need to configure this in your web.xml file
