MyFaces

The MyFaces framework.

Creating JSF portlets

How to create a JSF Portlet using MyFaces:

Documentation from the MyFaces site is here

portlet.xml

...
  <!-- You must use this Portlet impl class -->
  <portlet-class>org.apache.myfaces.portlet.MyFacesGenericPortlet</portlet-class>
  
  <!-- The "home page" of your JSF application -->
  <init-param>
    <name>default-view</name>
    <value>/index.jsp</value>
  </init-param>
  ...

Creator: Administrator on 05/27/2007
Copyright (c) 2000-2009. Allright reserved - eXo platform SAS
1.6.13286