Download Portals Bridges Distribution

Portals Bridges are distributed in several formats for your convenience and distributed under the Apache License, version 2.0 .

Portals Bridges 2.0 Source Distribution

Mirrors Checksum Signature
Portals Bridges Commons 2.0 Release here here here
Portals Bridges Velocity 2.0 Release here here here
Portals Bridges Script 2.0 Release here here here

Portals Bridges 1.0.4 Source Distribution

Mirrors Checksum Signature
portals-bridges-1.0.4-src.tar.bz2 here here here
portals-bridges-1.0.4-src.tar.gz here here here
portals-bridges-src-1.0.4.tar.zip here here here

Portals Bridges 1.0.4 Full Distribution (binaries, src and generated website)

Mirrors Checksum Signature
portals-bridges-1.0.4.tar.bz2 here here here
portals-bridges-1.0.4.tar.gz here here here
portals-bridges-1.0.4.tar.zip here here here

Portals Bridges Example Applications

Prebuild versions of the example applications are also available separately as Web archive (WAR) file.

Mirrors Checksum Signature
jsf-demo.war here here here
jpetstore.war here here here
php.war here here here
perl.war here here here
springmvc.war here here here

Release Notes

The Release Notes for Portals Bridges Version 1.0.4 are available here.

Verify the integrity of the files

It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read Verifying Apache Software Foundation Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download these KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution site, rather than from a mirror. Then verify the signatures using

  % pgpk -a KEYS
  % pgpv downloaded_file.asc
or
  % pgp -ka KEYS
  % pgp downloaded_file.asc
or
  % gpg --import KEYS
  % gpg --verify downloaded_file.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum 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.