This project has retired. For details please refer to its Attic page.
Apache Tiles - Framework - Apache Tiles Fork me on GitHub

Apache Tiles™

Snapshots

Looking for snapshot builds of the latest version of Tiles? Snapshots are occasionally published to Apache's Maven snapshot repository, which can be accessed with the following configuration:

        
          <repository>
              <id>apache.snapshots</id>
              <name>Apache Maven Snapshot Repository</name>
              <url>http://repository.apache.org/snapshots</url>
          </repository>
        
        

After configuring the repository, declare a dependency on Tiles:

          <dependency>
              <groupId>org.apache.tiles</groupId>
              <artifactId>tiles-core</artifactId>
              <version>3.0.0-SNAPSHOT</version>
          </dependency>
        
        

You can see Tiles in action by downloading a snapshot of the 'tiles-test' webapp, here.