This is the 'ioko-tapestry-commons' project.
This project includes a series of GPL licensed components to assist in building tapestry websites.
The easiest way is to add them is by using maven (or other build systems) dependencies
<dependency>
<groupId>uk.co.ioko</groupId>
<artifactId>tapestry-caching<artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>uk.co.ioko</groupId>
<artifactId>tapestry-swfObject<artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>uk.co.ioko</groupId>
<artifactId>tapestry-cacheControl<artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>uk.co.ioko</groupId>
<artifactId>tapestry-javascript<artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>uk.co.ioko</groupId>
<artifactId>tapestry-jquery<artifactId>
<version>1.5.0-jquery-1.3.2</version>
</dependency>
<dependency>
<groupId>uk.co.ioko</groupId>
<artifactId>tapestry-mixins<artifactId>
<version>1.5.0</version>
</dependency>
If you haven't already added it you need to add the tapestry.formos.com maven repository to your POM.
<repositories>
<repository>
<id>tapestry</id>
<url>http://tapestry.formos.com/maven-repository</url>
</repository>
</repositories>
These libraries can be used on ioko projects without using the GPL license (ask Ben Gidley for details). If anyone else wants them we are happy to discuss it.