JBoss Portal Community Downloads

Package Version Category Released License Notes Download
JBoss Portal Source Code 2.6.5.SP1 Production 2008-05-21 LGPL Notes Download
JBoss Portal Binary 2.6.5.SP1 Production 2008-05-21 LGPL Notes Download
JBoss Portal + JBoss AS 4.2.2 2.6.5.SP1 Production 2008-05-21 LGPL Notes Download
JBoss Portal Binary (Clustered) 2.6.5.SP1 Production 2008-05-21 LGPL Notes Download

Package Version Category Size Released License Notes Download
JBoss Portal Source Code 2.4.2-CR1 Candidate Release 33 MB 2007-03-29 LGPL Notes Download
JBoss Portal Binary 2.4.2-CR1 Candidate Release 37 MB 2007-03-29 LGPL Notes Download
JBoss Portal + JBoss AS 2.4.2-CR1 Candidate Release 82 MB 2007-03-29 LGPL Notes Download
JBoss Portal Binary (Clustered) 2.4.2-CR1 Candidate Release 37 MB 2007-03-29 LGPL Notes Download
JBoss Portal + JBoss AS (Clustered) 2.4.2-CR1 Candidate Release 76 MB 2007-03-29 LGPL Notes Download

Package Version Category Size Released License Notes Download
JBoss Portal Source Code 2.4.1-SP1 Production 33 MB 2006-12-21 LGPL Notes Download
JBoss Portal Binary 2.4.1-SP1 Production 37 MB 2006-12-21 LGPL Notes Download
JBoss Portal + JBoss AS 2.4.1-SP1 Production 91 MB 2006-12-21 LGPL Notes Download
JBoss Portal Binary (Clustered) 2.4.1-SP1 Production 37 MB 2006-12-21 LGPL Notes Download
JBoss Portal + JBoss AS (Clustered) 2.4.1-SP1 Production 76 MB 2006-12-21 LGPL Notes Download

Package Version Category Size Released License Notes Download
JBoss Portal Source Code 2.2.1-SP3 Production 33 MB 2006-07-11 LGPL Notes Download
JBoss Portal Binary 2.2.1-SP3 Production 12.5 MB 2006-07-11 LGPL Notes Download
JBoss Portal + JBoss AS 2.2.1-SP3 Production 57.8 MB 2006-07-11 LGPL Notes Download
JBoss Portal Forums 2.2.1-SP3 Production 2.4 MB 2006-07-11 GPL Notes Download
JBoss Portal Forums Source Code 2.2.1-SP3 Production 2.3 MB 2006-07-11 GPL Notes Download

Package Version Category Size Released License Notes Download
JBoss Portal Source Code 2.2.2-CR1 Candidate Release 33 MB 2006-10-03 LGPL Notes Download
JBoss Portal Binary 2.2.2-CR1 Candidate Release 12.5 MB 2006-10-03 LGPL Notes Download
JBoss Portal + JBoss AS 2.2.2-CR1 Candidate Release 57.8 MB 2006-10-03 LGPL Notes Download
JBoss Portal Forums 2.2.2-CR1 Candidate Release 2.4 MB 2006-10-03 GPL Notes Download
JBoss Portal Forums Source Code 2.2.2-CR1 Candidate Release 2.3 MB 2006-10-03 GPL Notes Download

Click here for older versions of JBoss Portal.

JBoss Portal on Amazon EC2
Posted on Jun 17, 2008 4:22:00 PM by noreply@blogger.com (Prabhat Jha).

With the announcement of availability of JBoss Enterprise Application Platform (EAP) on Amazon Elastic Compute Cloud (EC2), it was logical for us to verify that JBoss Enterprise Portal Platform can al...

JBoss Portlet Container 2.0 GA Release
Posted on Jun 13, 2008 1:00:00 PM by noreply@blogger.com (Julien Viet).

The JBoss Portal team is very proud to announce the release of the JBoss Portlet Container 2.0 product. The release is a fully compliant implementation of the Portlet 2 (JSR286) specification, which w...

JBoss Portal @ Rotterdam JBug
Posted on Jun 10, 2008 5:39:00 PM by noreply@blogger.com (Julien Viet).

The Rotterdam JBug is happening June 20th, Thomas and myself will be there to talk about Portlet 2.0 and the upcoming JBoss Portal 2.7 release. We'll give also a quick overview of the future releases....

How to get the tag name of a DOM element with GWT?
Posted on Jun 10, 2008 5:14:00 PM by noreply@blogger.com (Julien Viet).

Surprisingly it is not possible to get the tag name value of a DOM element through the GWT API. For instance for a DOM element of a form, I would like to get the "FORM" string as a result. Obviously i...

Can the Servlet 3.0 improve the development of Portlets?
Posted on Jun 1, 2008 2:55:00 PM by noreply@blogger.com (Julien Viet).

I recently looked at the Java 3.0 API slides for JavaOne in order to catch up with what the expert group will provide in the next release of the spec. As a portlet container architect it is important ...

JBoss Portal 2.6.5.GA released
Posted on May 13, 2008 8:29:00 AM by noreply@blogger.com (Thomas Heute).

The latest minor release of JBoss Portal has just been released. This is a bug fix release, here is the full release note. Grab it while it's hot and don't hesitate to report issues in the forums. Tha...

When will Sun acquire Liferay ?
Posted on May 8, 2008 7:38:00 AM by noreply@blogger.com (Julien Viet).

I have been told last night about that announcement: In a few words, Sun and Liferay are collaborating on a common set of components that will be reused by both platforms. To me it's a perfect admissi...

JBoss Portal presentation
Posted on May 5, 2008 9:58:00 AM by noreply@blogger.com (Thomas Heute).

Tomorrow (May 6th) I will present JBoss Portal at the Zurich JUG, so if you are around feel free to come. It's free and it comes with some drinks (after the talks). (There will also be a presentation ...

GWT hosted mode on Leopard tip
Posted on May 4, 2008 8:04:00 AM by noreply@blogger.com (Julien Viet).

If you are experiencing issues when running GWT in hosted mode on Leopard it is normal. There are a few issues in the official release of GWT and Java implementation on Leopard that prevent to execute...

GWT in-place-editor
Posted on May 3, 2008 6:56:00 AM by noreply@blogger.com (Julien Viet).

The in place editor is one of the simplest yet powerful feature brought by Ajax. I wrote two such editors last year, one using javascript and one leveraging Prototype as an exercise. Recently I starte...