Foundation

Download MyFaces Portlet Bridge

Use the links below to download a distribution of Apache MyFaces Portlet Bridge from one of our mirrors. For a more detailed explanation of the differences between the distributions see Portlet Bridge Versions.

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 Portlet Bridge 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.

Portlet 2.0 Bridge for JavaServer Faces 2.0 -- MyFaces Portlet Bridge 3.0.0 Distribution

Mirrors Checksum Signature
MyFaces Portlet Bridge 3.0.0-alpha (tar.gz) portlet-bridge-3.0.0-alpha-dist.tar.gz portlet-bridge-3.0.0-alpha-dist.tar.gz.md5 portlet-bridge-3.0.0-alpha-dist.tar.gz.asc
MyFaces Portlet Bridge 3.0.0-alpha (zip) portlet-bridge-3.0.0-alpha-dist.zip portlet-bridge-3.0.0-alpha-dist.zip.md5 portlet-bridge-3.0.0-alpha-dist.zip.asc
MyFaces Portlet Bridge 3.0.0-alpha Example (tar.gz) portlet-bridge-3.0.0-alpha-example.tar.gz portlet-bridge-3.0.0-alpha-example.tar.gz.md5 portlet-bridge-3.0.0-alpha-example.tar.gz.asc
MyFaces Portlet Bridge 3.0.0-alpha Example (zip) portlet-bridge-3.0.0-alpha-example.zip portlet-bridge-3.0.0-alpha-example.zip.md5 portlet-bridge-3.0.0-alpha-example.zip.asc
MyFaces Portlet Bridge 3.0.0-alpha Source (tar.gz) portlet-bridge-3.0.0-alpha-src-all.tar.gz portlet-bridge-3.0.0-alpha-src-all.tar.gz.md5 portlet-bridge-3.0.0-alpha-src-all.tar.gz.asc
MyFaces Portlet Bridge 3.0.0-alpha Source (zip) portlet-bridge-3.0.0-alpha-src-all.zip portlet-bridge-3.0.0-alpha-src.zip.md5 portlet-bridge-3.0.0-alpha-src-all.zip.asc

Portlet 2.0 Bridge for JavaServer Faces 1.2 -- MyFaces Portlet Bridge 2.0.0 Distribution

Mirrors Checksum Signature
MyFaces Portlet Bridge 2.0.0 (tar.gz) portlet-bridge-2.0.0-dist.tar.gz portlet-bridge-2.0.0-dist.tar.gz.md5 portlet-bridge-2.0.0-dist.tar.gz.asc
MyFaces Portlet Bridge 2.0.0 (zip) portlet-bridge-2.0.0-dist.zip portlet-bridge-2.0.0-dist.zip.md5 portlet-bridge-2.0.0-dist.zip.asc
MyFaces Portlet Bridge 2.0.0 Example (tar.gz) portlet-bridge-2.0.0-example.tar.gz portlet-bridge-2.0.0-example.tar.gz.md5 portlet-bridge-2.0.0-example.tar.gz.asc
MyFaces Portlet Bridge 2.0.0 Example (zip) portlet-bridge-2.0.0-example.zip portlet-bridge-2.0.0-example.zip.md5 portlet-bridge-2.0.0-example.zip.asc
MyFaces Portlet Bridge 2.0.0 Source (tar.gz) portlet-bridge-2.0.0-src-all.tar.gz portlet-bridge-2.0.0-src-all.tar.gz.md5 portlet-bridge-2.0.0-src-all.tar.gz.asc
MyFaces Portlet Bridge 2.0.0 Source (zip) portlet-bridge-2.0.0-src-all.zip portlet-bridge-2.0.0-src.zip.md5 portlet-bridge-2.0.0-src-all.zip.asc

Portlet 1.0 Bridge for JavaServer Faces 1.2 -- MyFaces Portlet Bridge 1.0.0 Distribution

Mirrors Checksum Signature
MyFaces Portlet Bridge 1.0.0 (tar.gz) portlet-bridge-1.0.0-dist.tar.gz portlet-bridge-1.0.0-dist.tar.gz.md5 portlet-bridge-1.0.0-dist.tar.gz.asc
MyFaces Portlet Bridge 1.0.0 (zip) portlet-bridge-1.0.0-dist.zip portlet-bridge-1.0.0-dist.zip.md5 portlet-bridge-1.0.0-dist.zip.asc
MyFaces Portlet Bridge 1.0.0 Example (tar.gz) portlet-bridge-1.0.0-example.tar.gz portlet-bridge-1.0.0-example.tar.gz.md5 portlet-bridge-1.0.0-example.tar.gz.asc
MyFaces Portlet Bridge 1.0.0 Example (zip) portlet-bridge-1.0.0-example.zip portlet-bridge-1.0.0-example.zip.md5 portlet-bridge-1.0.0-example.zip.asc
MyFaces Portlet Bridge 1.0.0 Source (tar.gz) portlet-bridge-1.0.0-src-all.tar.gz portlet-bridge-1.0.0-src-all.tar.gz.md5 portlet-bridge-1.0.0-src-all.tar.gz.asc
MyFaces Portlet Bridge 1.0.0 Source (zip) portlet-bridge-1.0.0-src-all.zip portlet-bridge-1.0.0-src.zip.md5 portlet-bridge-1.0.0-src-all.zip.asc

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.

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