JSF Primefaces theme based on Admin LTE and Bootstrap
AdminFaces
AdminFaces is a theme for the popular JSF extension PrimeFaces.
AdminFaces extends the default PrimeFaces theme collection with a free, open-source and good-looking one.
AdminFaces is based on AdminLTE and Bootstrap.
AdminFaces can easily integrated in every JSF PrimeFaces project by using Maven:
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>1.0.0</version>
</dependency>
OR
Programmatically including it. See Applying theme in PrimeFaces.
As final step the primefaces theme must be specified in the
web.xml
.
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>admin-1.0.0</param-value>
</context-param>
One can also find various showcases on github or this live one (may be broken sometimes).
See Also
AdminFaces Starter (also a showcase)
AdminFaces Starter Security (also a showcase)