Blogs
- Support for JSF OSGi portlets with Liferay Portal 7.0 CE
- Maturing the source in our New Git Repositories
- Finalizing our New Version Scheme
- Making Liferay Faces Alloy compatible with AlloyUI 3.0
- Developing the new Liferay Faces Metal component suite based on Metal.js
- Participating on JSR 362: Portlet Specification 3.0
- Leading JSR 378: Portlet 3.0 Bridge for JSF 2.2
Packaging / Web Application Bundle
UPDATE, April 28, 2016: The original contents of this section have been incorporated into the official Packaging a JSF Application tutorial.
Dependencies
UPDATE, Sept 2, 2016: Removed the snapshot repository info and the -SNAPSHOT qualifier from the dependencies section below.
UPDATE, May 13, 2016: The following dependency groupIds were shortened to simply "com.liferay.faces" and the artifactIds were renamed according to the OSGi File Naming Convention.
<dependencies>
<dependency>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.alloy</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.bridge.impl</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.bridge.ext</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.portal</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>2.2.13</version>
</dependency>
</dependencies>
For more information, refer to the new Liferay Faces Version Scheme.
Release Schedule / Examples / Demos
Follow @liferayfaces in order to be kept up-to-date as to the release schedule for Liferay Portal 7.0 CE support in Liferay Faces as well as forthcoming examples and demos.