This project has retired. For details please refer to its Attic page.
Apache Tiles - Framework - Migration from Struts-Tiles

Migration from Struts-Tiles

This tutorial is intended to provide a help when migrating from the previous version of Tiles, known as Struts-Tiles.

To use Tiles you need to put in your web application library directory:

  • tiles-api.jar: it contains the API to manipulate and render Tiles.
  • tiles-core.jar: it contains the "engine" of Tiles, and the basic implementation of the APIs.
  • tiles-jsp.jar: it contains the JSP support to Tiles, i.e. JSP specific classes and the tag library.

Further steps