This module contains tapestry5 components which are completely independent of the equanda generated stuff.
This is done to increase the reusability of these components without pulling in too many dependencies.
There is a online sample application demonstrating these components, the subversion repository is browsable here.
The following components are provided
Useful services, translators and other
A list of available versions of the library can be found at http://maven.progs.be/m2repo/org/equanda/equanda-tapestry5/.
You should normally use the most recent version.
Or you can include it in your maven build using the following settings
<dependency>
<groupId>org.equanda</groupId>
<artifactId>equanda-tapestry5</artifactId>
<version>0.9.4</version>
</dependency>
For this to work, you need to also include the PROGS maven repository.
<repositories>
<repository>
<id>progs</id>
<url>http://maven.progs.be/m2repo</url>
</repository>
</repositories>