Javadoc Links
- JSF 1.2 (JSR 127)
- JSF 2.0 (JSR 314)
- Portlet 1.0 (JSR 168)
- Portlet 2.0 (JSR 286)
- Portlet Bridge 2.0 (JSR 329)
- Liferay 4.3
- Liferay 4.4
- Liferay 5.1
- Liferay 5.2
- Liferay 6.0
- LiferayFaces 6.0.0.0
- PortletFaces Bridge 2.0 API
- PortletFaces Tools 1.3
Examples
Examples
In order to demonstrate usage of PortletFaces in a portlet, Mimacom AG has developed the following example portlets
| Name | Description |
|---|---|
| PortletFaces + ICEfaces | STATUS: STABLE This example shows how to use features of PortletFaces with ICEfaces 1.x component tags. It utilizes the ICEfaces 1.x Portlet Bridge in order to run as a portlet within Liferay. ICEfaces partialSubmit is enabled so that form validation failures are reported back to the user without having to submit the form. Additionally, the ICEfaces ice:inputFile tag is used in conjunction with an ice:outputProgress tag to support file uploads with a progress indicator. |
| PortletFaces + ICEfaces Ajax Push + Liferay Social Networking | STATUS: STABLE This example shows how to use features of PortletFaces in conjunction with ICEfaces Ajax Push to leverage the Social Networking (friends) features provided by the Liferay Portal service layer API. |
| PortletFaces + ICEfaces + Liferay Wiki | STATUS: STABLE This portlet is more than an example -- it's a good start towards provide an ICEfaces equivalent of the Liferay Wiki portlet. It features a Creole markup parsing engine, and the ability to move parts of a Wiki article with drag-and-drop. |
| PortletFaces +The Sun OpenPortal JSF Portlet Bridge | STATUS: UNSTABLE This example shows how to use features of PortletFaces with standard JSF 1.2 component tags. It utilizes the Sun OpenPortal JSF Portlet Bridge in order to run as a portlet within Liferay. Subversion repository URL: hhttp://svn.portletfaces.org/svn/portletfaces/legacy/examples/trunk/portlets/liferay/jsf/jsf-1.2-job-application-portlet/ |