Download Tiles 2.2.1 (Beta)

Tiles is distributed in several formats for your convenience.

You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.

Previous versions can be download from the Apache archive site.

Tiles 2.2.1 is distributed under the Apache License, version 2.0.

Binary distribution (Java 5.0 and above)

MirrorsChecksumSignature
Tiles 2.2.1 (tar.gz) tiles-2.2.1-bin.tar.gz tiles-2.2.1-bin.tar.gz.md5 tiles-2.2.1-bin.tar.gz.asc
Tiles 2.2.1 (zip) tiles-2.2.1-bin.zip tiles-2.2.1-bin.zip.md5 tiles-2.2.1-bin.zip.asc

Sample web application

MirrorsChecksumSignature
Tiles 2.2.1 (WAR ) tiles-test-2.2.1.war tiles-test-2.2.1.war.md5 tiles-test-2.2.1.war.asc

Usage in Maven 2

Tiles has also been published to the public Maven repository.

The complete Tiles dependency with all supported technologies is achievable with the following dependency declaration:

  <dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-extras</artifactId>
    <version>2.2.1</version>
  </dependency>

The basic Tiles dependency with only servlet support can be added this way:

  <dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-servlet</artifactId>
    <version>2.2.1</version>
  </dependency>

If you need a dependency to Tiles JSP support, Declare the dependency this way:

  <dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-jsp</artifactId>
    <version>2.2.1</version>
  </dependency>

System Requirements

JDK5.0 or above.
Servlet2.5 or above. It might work with Servlet 2.4
JSP2.1 or Above. It might work with JSP 2.0.