We're pleased to announce that 3.1.0.Beta3 of Portlet Bridge is now available!

Maven coordinates:

For a JSF2 only portlet:

 

<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-api</artifactId>
    <version>3.1.0.Beta3</version>
</dependency>
<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-impl</artifactId>
    <version>3.1.0.Beta3</version>
    <scope>runtime</scope>
</dependency>

 

For a RichFaces 4 portlet you need the above as well as:

 

<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-extension-richfaces</artifactId>
    <version>3.1.0.Beta3</version>
    <scope>runtime</scope>
</dependency>

 

Update to RichFaces 4.2.3.CR1

RichFaces 4.2.3.CR1 was released earlier today, thanks Brian! You can check out all the details here, as they include several important fixes for RichFaces 4 in a portlet!

WSRP support for RichFaces 4

In this release we've also improved the support of RichFaces 4 components when a portlet is being used over WSRP, with 76 out of 77 components now supported!

 

I'd like to thank Brian Leathem and Lukas Fryc for their continued support in getting to the root of any issues that may arise with using RichFaces 4 in portlets, without their support Portlet Bridge would not have almost complete RichFaces4 component support this soon!

Keeping up with the latest

One of the best ways to hear about the latest releases and changes with JBoss Portlet Bridge is to follow us on Twitter (@portletbridge).

Don't be a stranger

As always, if you have any questions about or issues with JBoss Portlet Bridge, please get in touch.