UI-Component Sets

Download MyFaces

Use the links below to download a distribution of Apache MyFaces 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 is distributed as a zip archive (for Windows) and as a tar.gz archive (for UNIX). The contents are 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.

MyFaces Core 2.3.7 Distribution

Release notes can be found here

Mirrors Checksum Signature
MyFaces Core 2.3.7 (tar.gz) myfaces-core-assembly-2.3.7-bin.tar.gz myfaces-core-assembly-2.3.7-bin.tar.gz.sha512 myfaces-core-assembly-2.3.7-bin.tar.gz.asc
MyFaces Core 2.3.7 (zip) myfaces-core-assembly-2.3.7-bin.zip myfaces-core-assembly-2.3.7-bin.zip.sha512 myfaces-core-assembly-2.3.7-bin.zip.asc
MyFaces Core 2.3.7 Source (tar.gz) myfaces-core-assembly-2.3.7-src.tar.gz myfaces-core-assembly-2.3.7-src.tar.gz.sha512 myfaces-core-assembly-2.3.7-src.tar.gz.asc
MyFaces Core 2.3.7 Source (zip) myfaces-core-assembly-2.3.7-src.zip myfaces-core-assembly-2.3.7-src.zip.sha512 myfaces-core-assembly-2.3.7-src.zip.asc

MyFaces Core 2.2.13 Distribution

Release notes can be found here

Mirrors Checksum Signature
MyFaces Core 2.2.13 (tar.gz) myfaces-core-assembly-2.2.13-bin.tar.gz myfaces-core-assembly-2.2.13-bin.tar.gz.sha512 myfaces-core-assembly-2.2.13-bin.tar.gz.asc
MyFaces Core 2.2.13 (zip) myfaces-core-assembly-2.2.13-bin.zip myfaces-core-assembly-2.2.13-bin.zip.sha512 myfaces-core-assembly-2.2.13-bin.zip.asc
MyFaces Core 2.2.13 Source (tar.gz) myfaces-core-assembly-2.2.13-src.tar.gz myfaces-core-assembly-2.2.13-src.tar.gz.sha512 myfaces-core-assembly-2.2.13-src.tar.gz.asc
MyFaces Core 2.2.13 Source (zip) myfaces-core-assembly-2.2.13-src.zip myfaces-core-assembly-2.2.13-src.zip.sha512 myfaces-core-assembly-2.2.13-src.zip.asc

MyFaces Core 2.1.18 Distribution

Release notes can be found here

Mirrors Checksum Signature
MyFaces Core 2.1.18 (tar.gz) myfaces-core-assembly-2.1.18-bin.tar.gz myfaces-core-assembly-2.1.18-bin.tar.gz.md5 myfaces-core-assembly-2.1.18-bin.tar.gz.asc
MyFaces Core 2.1.18 (zip) myfaces-core-assembly-2.1.18-bin.zip myfaces-core-assembly-2.1.18-bin.zip.md5 myfaces-core-assembly-2.1.18-bin.zip.asc
MyFaces Core 2.1.18 Source (tar.gz) myfaces-core-assembly-2.1.18-src.tar.gz myfaces-core-assembly-2.1.18-src.tar.gz.md5 myfaces-core-assembly-2.1.18-src.tar.gz.asc
MyFaces Core 2.1.18 Source (zip) myfaces-core-assembly-2.1.18-src.zip myfaces-core-assembly-2.1.18-src.zip.md5 myfaces-core-assembly-2.1.18-src.zip.asc

MyFaces Core 2.0.24 Distribution

Release notes can be found here

Mirrors Checksum Signature
MyFaces Core 2.0.24 (tar.gz) myfaces-core-assembly-2.0.24-bin.tar.gz myfaces-core-assembly-2.0.24-bin.tar.gz.md5 myfaces-core-assembly-2.0.24-bin.tar.gz.asc
MyFaces Core 2.0.24 (zip) myfaces-core-assembly-2.0.24-bin.zip myfaces-core-assembly-2.0.24-bin.zip.md5 myfaces-core-assembly-2.0.24-bin.zip.asc
MyFaces Core 2.0.24 Source (tar.gz) myfaces-core-assembly-2.0.24-src.tar.gz myfaces-core-assembly-2.0.24-src.tar.gz.md5 myfaces-core-assembly-2.0.24-src.tar.gz.asc
MyFaces Core 2.0.24 Source (zip) myfaces-core-assembly-2.0.24-src.zip myfaces-core-assembly-2.0.24-src.zip.md5 myfaces-core-assembly-2.0.24-src.zip.asc

MyFaces Core 1.2.12 Distribution

Latest source code from SVN repository

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

Archive of old releases

Older releases are available in the archive. Those releases are only provided as historical artefacts. We strongly recommend to not use those releases, but upgrade to the most recent release.

Verifying checksums

It is essential that you verify the integrity of the downloaded files using the PGP and MD5/SHA512 signatures. MD5/SHA512 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.

To verify the SHA512 signature on the files, you need to use a program called e.g. sha, shasum, sha512sum which is included in many unix distributions, MacOS and Windows.

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/SHA512.

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-core-1.1.X-bin.tar.gz.asc

or

% pgp -ka KEYS
% pgp myfaces-core-1.1.X-bin.tar.gz.asc

or

% gpg --import KEYS
% gpg --verify myfaces-core-1.1.X-bin.tar.gz.asc