The open source and open standards Java Portal.

JBoss Portal provides an open source platform for hosting and serving a portal's Web interface, publishing and managing its content, and customizing its experience. While most packaged Portal frameworks help enterprises launch Portals more quickly, only JBoss Portal delivers the benefits of a zero-cost open source license combined with a flexible and scalable underlying platform. We invite you to view the live demonstration and look through the feature list to understand the range of capabilities in our enterprise-class, standard-compliant, portal framework.



The JBoss Portal Project

Getting Involved If you wish to get involved as a developer in the Portal project, please visit the forums and get to know people. Also, it is recommended you visit the JIRA pages to get a glimpse on the status or project tasks.
All of the developers on the JBoss Portal project began as independent contributors to one JBoss project or another. JBoss core developers are guided by a meritocracy, and we hire talent anywhere in the world it may be.
Team Project Lead: Julien Viet.
Developers: Thomas Heute, Boleslaw Dawidowicz, Chris Laprun, Sohil Shah, Matt Wringe, Permaine Cheung
Support: Magesh Kumar Bojan, Martin Putz
Quality Assurance: Prabhat Jha
Community Our forums are the main channel of communication between all community members. If you are experience problems, have questions, or simply want to meet the community, visit the forums.
Knowledge Official Documentation
Wiki Knowledge Base
Project Status JBoss Portal uses the JIRA tracking and project management system to organize and prioritize tasks.
JBoss Portal | Open Issues | Roadmap
Acknowledgements We would like to thank active and past contributors: Roy Russo, Dennis Przybyla, Jae Gangemi, Kevin Viet, Noel Rocher, Sherman Wood, Martin Holzner, Paul Tamaro, Mark Fernandez and some corporate contributors found in the Acknowledgements page.

A Special thanks to the following tool vendors that support the Open Source JBoss Portal project:

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