JBoss Community Archive (Read Only)

Portlet Bridge 3.0

Installing JBoss Portlet Bridge

Prerequisites

There are no specific requirements to use JBoss Portlet Bridge in a JSF portlet, but it does need to be a JSF2 portlet for this version of the JBoss Portlet Bridge to function as expected.

Maven

To add JBoss Portlet Bridge to an existing Maven project, simply add the following dependencies into your pom.xml:

JBoss Portlet Bridge Maven Artifacts
<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-api</artifactId>
    <version>3.0.0.Final</version>
</dependency>
<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-impl</artifactId>
    <version>3.0.0.Final</version>
    <scope>runtime</scope>
</dependency>
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:26:00 UTC, last content change 2012-09-05 20:29:01 UTC.