10.2.3 Caching Struts and Tiles applications

 

+

Search Tips   |   Advanced Search

 

In WebSphere V6, the servlet and JSP caching was enhanced to allow for easy Struts and Tiles caching.

Struts is an open source framework for building Web applications that are based on the model-view-controller (MVC) architecture. The Struts framework provides its own controller component and integrates with other technologies to provide the model and the view. The primary focus of this framework is to provide a control layer for the Web application, reducing both construction time and maintenance costs.

The Tiles framework builds on the jsp:include feature and comes bundled with the Struts Web application framework. This framework helps to reduce the duplication between JSP files as well as make layouts flexible and easy to maintain. The Tiles structure provides a full-featured, robust framework for assembling presentation pages from component parts.

For more information about Struts and Tiles caching, please refer to 10.5.2, Struts and Tiles caching.

Next