SKILL BENCHMARK

Spring Web MVC Framework Competency (Intermediate Level)

  • 15m
  • 15 questions
The Spring Web MVC Framework Competency (Intermediate Level) benchmark calibrates your knowledge of the 3-tier application architecture, configuring multiple controllers and views, as well as dealing with request parameters, dynamic paths, and errors in code. You will be evaluated on your skills in using form elements in JSTL, binding a model to a form, validating form values, and uploading and downloading application files. Learners who score high on this benchmark demonstrate that they have the skills to handle requests and errors and work with Spring MVC framework forms and files.

Topics covered

  • access request parameters from an HTTP request
  • configure default values and optional request parameters
  • configure multiple controllers in your app
  • configure multiple pages in your app
  • design the 3 tiers of your application
  • download files from your application
  • extract dynamic elements of a path
  • handle exceptions using programmatic configuration
  • handle exceptions using XML configuration
  • separate each tier into a different package
  • set up Spring MVC controllers to handle requests
  • upload files using the ServletContextAware controller
  • upload multiple files to your application using multiple selections
  • use forms in your application
  • validate forms using built-in validators