Get Liferay Projects

Liferay Faces

3.1.1-ga2 (changelog) (December 1, 2012)

Liferay Faces is an umbrella project that provides support for the JavaServer™ Faces (JSF) standard within Liferay Portal.

Learn More

GitHub
https://github.com/liferay/liferay-faces

Download

Visit the artifact repository to view download links for all versions.

Liferay Faces Compatibility:
3.1.x
(JSF 2.0/2.1 + Liferay 6.1)
3.0.x
(JSF 2.0/2.1 + Liferay 6.0)
3.0.x-legacy
(JSF 2.0/2.1 + Liferay 5.2)
2.1.x
(JSF 1.2 + Liferay 6.1)

Maven

For those developing portlets with Maven, the following block of code will give you a head start in building your Liferay Faces project.

<dependencies>
  <dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-alloy</artifactId>
    <version>3.1.1-ga2</version>
  </dependency>
  <dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-bridge-impl</artifactId>
    <version>3.1.1-ga2</version>
  </dependency>
  <dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-portal</artifactId>
    <version>3.1.1-ga2</version>
  </dependency>
</dependencies>