Skip navigation
2009
A note to announce the new beta release of GateIn. Download it here.

Noticeable features are performance improvement on the JCR backend and initial support for WSRP 1.0 with its new administration UI.

The full changelog is available on JIRA.

We've been asked a couple of times about our roadmap, the current roadmap is as following, we will do our best to achieve it but that will also depend on external contributions. (How to contribute)

- 3.0.0 CR1 is planned for mid-January
- 3.0.0 Final is planned for mid-February

You can track progress and pick issues on which you want to help from this page, you can also view the planned releases from the calendar.

Thanks to everyone who worked hard again on this release !
If you are migrating from the 1.0 bridge or are following along with older articles or screencasts, you will need to know the following changes to develop your JSF portlet on the latest 2.0 bridge.


  1. There are 2 extensions (a.k.a. Bridgelets) in the old 1.0 bridge that have been incorporated into the core codebase. These are now available without adding any additional dependencies to your project.
    First is the SSO extension which is now configurable in components.xml:


    Second is the RichFaces script wrapper which is now disabled or enabled in web.xml as a context param:


        org.jboss.portletbridge.WRAP_SCRIPTS
        true


  2. Pay attention to the renaming of the render policy context param, especially if you are writing a JSF portlet which uses JSPs:


        javax.portlet.faces.RENDER_POLICY
       
        NEVER_DELEGATE



Those are the basic changes you need to know. As always, refer to the latest 2.0 documentation here if you run into any problems. Or shoot us a message on the forums.

Filter Blog

By date:
By tag: