Tutorial by Examples

PrimeFaces can be used in all web applications based on Java Server Faces (version 2.x) which are run on Servlet Containers (e.g. Wildlfy or Tomcat or GlassFish). There are several ways you can add PrimeFaces to your application. Manually Download the primefaces-{version}.jar and add it to you cl...
After adding PrimeFaces to your JSF project, you can start using it in your pages using the namespace: xmlns:p="http://primefaces.org/ui" or, for PrimeFaces Mobile: xmlns:p="http://primefaces.org/mobile" This example should render a spinner: <html xmlns="http...

Page 1 of 1