Creating a HelloWorld application using PrimeFaces
In previous section, we have configured and installed PrimeFaces. To start using PrimeFaces components, all we need to do is adding the namespace xmlns:p=http://primefaces.org/ui
to JSF pages.
Let us create a simple JSF page using PrimeFaces to see whether we have successfully installed and configured PrimeFaces.