All Projects → TheCoder4eu → Bootsfaces Osp

TheCoder4eu / Bootsfaces Osp

Licence: apache-2.0
BootsFaces - Open Source Project

Programming Languages

java
68154 projects - #9 most used programming language

BootsFaces-OSP

BootsFaces - Open Source Project

License Maven Central

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>1.4.0</version>
</dependency>

Gradle

compile 'net.bootsfaces:bootsfaces:1.4.0'

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.

Notes on the new Java Release Cycle

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].