MyFaces
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> ...