Apache MyFaces
Documentation
Project Documentation
Foundation

Download Apache MyFaces Commons

Use the links below to download a distribution of Apache MyFaces Commons from one of our mirrors. It is good practice to verify the integrity of the distribution files.

You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.

Apache MyFaces Commons is distributed as a zip archive (for Windows) and as a tar.gz archive (for UNIX). The content is the same. Please note that the tar.gz archives contain file names longer than 100 characters and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible version of tar.

Apache MyFaces Commons 1.0.2 Distribution

MirrorsChecksumSignature
MyFaces Commons for JSF 1.1 1.0.2 (tar.gz) myfaces-commons11-1.0.2-bin.tar.gz myfaces-commons11-1.0.2-bin.tar.gz.md5 myfaces-commons11-1.0.2-bin.tar.gz.asc
MyFaces Commons for JSF 1.1 1.0.2 (zip) myfaces-commons11-1.0.2-bin.zip myfaces-commons11-1.0.2-bin.zip.md5 myfaces-commons11-1.0.2-bin.zip.asc
MyFaces Commons for JSF 1.1 1.0.2 Source (tar.gz) myfaces-commons11-1.0.2-src.tar.gz myfaces-commons11-1.0.2-src.tar.gz.md5 myfaces-commons11-1.0.2-src.tar.gz.asc
MyFaces Commons for JSF 1.1 1.0.2 Source (zip) myfaces-commons11-1.0.2-src.zip myfaces-commons11-1.0.2-src.zip.md5 myfaces-commons11-1.0.2-src.zip.asc
MyFaces Commons for JSF 1.2 1.0.2 (tar.gz) myfaces-commons12-1.0.2-bin.tar.gz myfaces-commons12-1.0.2-bin.tar.gz.md5 myfaces-commons12-1.0.2-bin.tar.gz.asc
MyFaces Commons for JSF 1.2 1.0.2 (zip) myfaces-commons12-1.0.2-bin.zip myfaces-commons12-1.0.2-bin.zip.md5 myfaces-commons12-1.0.2-bin.zip.asc
MyFaces Commons for JSF 1.2 1.0.2 Source (tar.gz) myfaces-commons12-1.0.2-src.tar.gz myfaces-commons12-1.0.2-src.tar.gz.md5 myfaces-commons12-1.0.2-src.tar.gz.asc
MyFaces Commons for JSF 1.2 1.0.2 Source (zip) myfaces-commons12-1.0.2-src.zip myfaces-commons12-1.0.2-src.zip.md5 myfaces-commons12-1.0.2-src.zip.asc
MyFaces Commons for JSF 2.0 1.0.2.1 (tar.gz) myfaces-commons20-1.0.2.1-bin.tar.gz myfaces-commons20-1.0.2.1-bin.tar.gz.md5 myfaces-commons20-1.0.2.1-bin.tar.gz.asc
MyFaces Commons for JSF 2.0 1.0.2.1 (zip) myfaces-commons20-1.0.2.1-bin.zip myfaces-commons20-1.0.2.1-bin.zip.md5 myfaces-commons20-1.0.2.1-bin.zip.asc
MyFaces Commons for JSF 2.0 1.0.2.1 Source (tar.gz) myfaces-commons20-1.0.2.1-src.tar.gz myfaces-commons20-1.0.2.1-src.tar.gz.md5 myfaces-commons20-1.0.2.1-src.tar.gz.asc
MyFaces Commons for JSF 2.0 1.0.2.1 Source (zip) myfaces-commons20-1.0.2.1-src.zip myfaces-commons20-1.0.2.1-src.zip.md5 myfaces-commons20-1.0.2.1-src.zip.asc

Latest source code from SVN repository

If you want to use the latest Apache MyFaces Commons features, the source code is under version control with SVN. Click here for information on how to use the ASF Commons SVN Repository.

Verifying checksums

It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.

To verify the MD5 signature on the files, you need to use a program called md5 or md5sum, which is included in many UNIX distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here.

Verifying signatures

PGP verification ensures that the file came from a certain person. We strongly recommend you verify your downloads with both PGP and MD5.

The PGP signatures can be verified using PGP or GPG. First download the Apache MyFaces KEYS as well as the asc signature file for the particular distribution. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using ...

% pgpk -a KEYS % pgpv myfaces-commons11-1.0.2-bin.tar.gz.asc myfaces-commons11-1.0.2-bin.tar.gz

or

% pgp -ka KEYS % pgp myfaces-commons11-1.0.2-bin.tar.gz.asc myfaces-commons11-1.0.2-bin.tar.gz

or

% gpg --import KEYS % gpg --verify myfaces-commons11-1.0.2-bin.tar.gz.asc myfaces-commons11-1.0.2-bin.tar.gz