- Notifications
You must be signed in to change notification settings - Fork0
BootsFaces - Open Source Project
License
maurilio/BootsFaces-OSP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 atBootsFaces.net and visit ourShowcase 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 theShowcase Project or theExamples Project.
To get up and running quickly, have a look at theQuick Start.
<dependency> <groupId>net.bootsfaces</groupId> <artifactId>bootsfaces</artifactId> <version>1.4.0</version></dependency>
compile 'net.bootsfaces:bootsfaces:1.4.0'
Seethis issue for instructions on how to get a current developer snapshot via Maven.
There's also aSnapshot Showcase with the newest upstream changes.
If you want to get your feet wet yourself, we suggest you to take a look at ourcheat-sheet and thecontribution guidelines.
As of March 20, 2018 a new six-month Java release scheme has been adopted and Java 10 is the currently supported rapid release version.There will be three years between a LTS release and the next and Java 11 will be the next LTS after Java 8(LTS).Java 10 support ends on the same date that support for Java 11 begins the day of its release, planned for September 25, 2018.
BootsFaces want to support each Java runtime released after the minimum Java version used to build the library.However, to prevent too many Java subdirectories in the project root, we created the legacyJava directory, that will collect the build scripts specific for non-LTS runtimes.This means that our official build will only include non obsolete LTS targets but you will have the option of building for not non-LTS Java targets using commands like follows:
./gradlew :legacyJava:java7:defaultJar./gradlew :legacyJava:java9:defaultJar./gradlew :legacyJava:java10:defaultJar
About
BootsFaces - Open Source Project
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Java84.9%
- JavaScript12.7%
- CSS2.4%