Time for action – creating views for every view state

Enough of introduction; let's dive into Apache Tiles by defining a common layout for our web application and let the pages extend the layout:

  1. Open pom.xml; you will find pom.xml under the project root directory.
  2. You will be able to see some bottom tabs under pom.xml; 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.apache.tiles, Artifact Id as tiles-extras, and Version as 3.0.3. Then, select Scope as compile, click on the OK button, and save pom.xml.
  4. Similarly, add one more dependency with Group Id as org.slf4j, Artifact Id as slf4j-api, and Version as 1.7.5. Then, select Scope as compile, click on ...

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.