Skip to content

A JSF framework and component library which makes it easier to write best-practices compliant modern JSF applications

License

Notifications You must be signed in to change notification settings

codebulb/crudfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crudfaces

A JSF framework and component library which makes it easier to write best-practices compliant modern JSF applications

About

Find out more about this project:

How to use it

Library dependency

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.

Components

Add the CrudFaces Facelets library declaration xmlns:cf="http://crudfaces.codebulb.ch" in order to use its UI components in XHTML Facelets pages.

About

A JSF framework and component library which makes it easier to write best-practices compliant modern JSF applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published