Time for action – configuring ContentNegotiatingViewResolver

ContentNegotiatingViewResolver does not resolve views itself but delegates them to other view resolvers based on the request. Now, let's add the content negotiation capability to our application:

  1. Open pom.xml; you can find pom.xml under the project root directory itself.
  2. You will be able to see some tabs at the bottom of pom.xml file. Select the Dependencies tab and click on the Add button of the Dependencies section.
  3. A Select Dependency window will appear; enter Group Id as org.springframework, Artifact Id as spring-oxm, Version as 4.0.3.RELEASE; select Scope as compile; and then click on the OK button.
  4. Similarly, add one more dependency Group Id as org.codehaus.jackson, Artifact Id as ...

Get Spring MVC Beginner’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.