You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Beta Releases

Beta releases represent code that is close to the final stable version. In general, new features (especially disruptive or non-backwards compatible features) are not introduced during the beta release stage. After a series of beta releases (to find and correct any bugs) a release will be voted up to stable status.

Tapestry 5.2.4 (beta)

 

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

Stable Releases

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

Tapestry 5.1.0.5 (Stable)

Tapestry 5.1.0.5 is the stable release for Tapestry 5.1. Tapestry 5.1 addresses some limitations in 5.0 and improves performance and scalability.

 

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

Tapestry 4.1.6 (Stable)

The next generation Tapestry 4 version that improves upon the existing Tapestry 4 series with lots of bug fixes / AJAX support / performance enhancements.

 

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 and older version of Tapestry? Try the archives.

Download sources

Anonymous access

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

$ svn checkout https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/ tapestry-project

Access from behind a firewall

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.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example: Edit the 'servers' file and add something like:

[global]
http-proxy-host = your.proxy.name
http-proxy-port = 3128
  • No labels