Spring Day_4

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