Home
Developing a Struts Web application using Tiles
Apache Tiles is a templating framework built to simplify the development of Web application user interfaces. Apache Tiles allows application developers and page authors to define page fragments (tiles) which are assembled into a complete page at runtime. These tiles are a step up from jsp:include directives and can be used to reduce the duplication of common page elements or embedded within other tiles to develop a series of reusable templates. These templates streamline the development of a consistent look and feel across an entire application.
Note: For more information about Tiles, visit the following site:
http://tiles.apache.org/
RAD v7.5 provides a minimal support for Tiles framework. Nevertheless, we are going to show the extent of Tiles support.
ibm.com/redbooks