A JSF framework and component library which makes it easier to write best-practices compliant modern JSF applications
Find out more about this project:
Use JitPack to add its dependency to your Maven project:
<dependency>
<groupId>com.github.codebulb</groupId>
<artifactId>crudfaces</artifactId>
<version>0.2</version>
</dependency>
...
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Replace the version by the tag / commit hash of your choice or -SNAPSHOT
to get the newest SNAPSHOT.
Visit JitPack’s docs for more information.
Add the CrudFaces Facelets library declaration xmlns:cf="http://crudfaces.codebulb.ch"
in order to use its UI components in XHTML Facelets pages.