BootsFaces - Open Source Project
This is the next gen JSF Framework that takes the best from Bootstrap 3 and jQuery UI to let you develop Front-end Enterprise Applications fast and easy.
To learn more about the framework, take a look at BootsFaces.net and visit our Showcase for live demos.
The source for our page can be found on GitHub. If you want to have a deeper look on how to use the library or found a mistake, visit the Showcase Project or the Examples Project.
###Getting started To get up and running quickly, have a look at the Quick Start.
###Maven
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>0.8.6</version>
</dependency>
###Gradle
compile 'net.bootsfaces:bootsfaces:0.8.6'
###Development Snapshots
See this issue for instructions on how to get a current developer snapshot via Maven.
There's also a Snapshot Showcase with the newest upstream changes.
###Contributing If you want to get your feet wet yourself, we suggest you to take a look at our cheat-sheet and the contribution guidelines.