Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added maven dependency boxes

...

Info

The easiest way to download Tapestry and its dependencies is using Maven, as described in Getting Started.

See the Release Notes for differences between versions and how to upgrade.

Stable Releases

Stable releases should be relatively free of critical bugs and are considered the safest option if stability is a requirement.

...

Tapestry 5.2.4 is the stable and recommended version Tapestry 5.2, released Nov 15, 2010. Largely a drop-in replacement for 5.1, it adds new features and extends Tapestry's scalability. See the release notes for more details about features and upgrade information.

Section
Column

 

Mirrors

Checksum

Signature

tapestry-bin 5.2.4 binary (tar.bz2)

Download

MD5

ASC

tapestry-bin 5.2.4 binary (tar.gz)

Download

MD5

ASC

tapestry-bin 5.2.4 binary (zip)

Download

MD5

ASC

tapestry-src 5.2.4 binary (tar.bz2)

Download

MD5

ASC

tapestry-src 5.2.4 binary (tar.gz)

Download

MD5

ASC

tapestry-src 5.2.4 binary (zip)

Download

MD5

ASC

Column
Code Block
xml
xml
titleMaven Dependency

<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
<version>5.2.4</version>
</dependency>

Tapestry 5.1.0.5

Tapestry 5.1.0.5 is the stable release for Tapestry 5.1. Released Apr 23, 2009, Tapestry 5.1 addresses some limitations in 5.0 and improves performance and scalability.

Section
Column

 

Mirrors

Checksum

Signature

tapestry-bin 5.1.0.5 binary (tar.bz2)

Download

MD5

ASC

tapestry-bin 5.1.0.5 binary (tar.gz)

Download

MD5

ASC

tapestry-bin 5.1.0.5 binary (zip)

Download

MD5

ASC

tapestry-src 5.1.0.5 binary (tar.bz2)

Download

MD5

ASC

tapestry-src 5.1.0.5 binary (tar.gz)

Download

MD5

ASC

tapestry-src 5.1.0.5 binary (zip)

Download

MD5

ASC

Column
Code Block
xml
xml
titleMaven Dependency

<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
<version>5.1.0.5</version>
</dependency>

Tapestry 4.1.6

Tapestry 4.1.6 is the final version of Tapestry 4. Released Sep 7, 2008, it improved upon early Tapestry 4 releases with bug fixes, AJAX support and performance enhancements. See Tapestry 4 release notes

 

Mirrors

Checksum

Signature

4.1.6 binary (tar.bz2)

Download

MD5

ASC

4.1.6 binary (tar.gz)

Download

MD5

ASC

4.1.6 binary (zip)

Download

MD5

ASC

4.1.6 source/docs (tar.bz2)

Download

MD5

ASC

4.1.6 source/docs (tar.gz)

Download

MD5

ASC

4.1.6 source/docs (zip)

Download

MD5

ASC

Archives

Looking for an older version of Tapestry? Try the archives.

Download sources

Anonymous access

The source can be checked out anonymously from SVN with this command:

...

Refer to the documentation of the SCM used for more information about access behind a firewall.

Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

...