Skip navigation
2012

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

Full details of all the changes can be found in the release notes

Maven coordinates:

For a JSF2 only portlet:

 

<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-api</artifactId>
    <version>3.1.0.CR1</version>
</dependency>
<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-impl</artifactId>
    <version>3.1.0.CR1</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.CR1</version>
    <scope>runtime</scope>
</dependency>

 

Update to RichFaces 4.2.3.Final

RichFaces 4.2.3.Final was released a week ago and we've now updated our portlet showcase to take advantage!

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.

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.

We're pleased to announce that 3.1.0.Beta2 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.Beta2</version>
</dependency>
<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-impl</artifactId>
    <version>3.1.0.Beta2</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.Beta2</version>
    <scope>runtime</scope>
</dependency>

 

Depchain POMs

As part of this release we split out any RichFaces 4 specific code into it's own module to enable cleaner separation of concerns in the code.  So to make things simpler now that we have three separate dependencies if you're writing a RichFaces 4 portlet we've also introduced a depchain for JSF2 and RichFaces 4 dependencies.

 

For a JSF2 portlet the depchain you need is:

 

<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>jsf2-depchain</artifactId>
    <version>3.1.0.Beta2</version>
</dependency>

 

For a RichFaces 4 portlet the depchain you need is:

 

<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>richfaces4-depchain</artifactId>
    <version>3.1.0.Beta2</version>
</dependency>

 

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.

Filter Blog

By date:
By tag: