A list of movies available for JBoss Portal
| JBoss Portal 01: Basic User experience | Start the movie |
| JBoss Portal 02: Administration overview | Start the movie |
JBoss Portal on Amazon EC2
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
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
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?
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?
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
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 ?
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
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
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
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...