Oct 04 2008
Getting started with Apache tiles2 and struts2
![]()
Apache Tiles is a templating framework built to simplify the development of web application user interfaces.
Requirements
To use Tiles in your application you need:
- a Java Runtime Environment following the Java SE 5.0 specifications;
- a servlet container that supports Servlet 2.4 (or above) and JSP 2.0 (or above).


