# ff4j
**Repository Path**: mirrors_gspandy/ff4j
## Basic Information
- **Project Name**: ff4j
- **Description**: Feature Flipping for Java made easy
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-03-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Feature Flipping for Java
[](https://travis-ci.org/clun/ff4j)
[](https://maven-badges.herokuapp.com/maven-central/org.ff4j/ff4j-core/)
[](https://coveralls.io/github/clun/ff4j?branch=master)
[](https://www.codacy.com/app/cedrick-lunven/ff4j)
[](https://gitter.im/clun/ff4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://www.apache.org/licenses/LICENSE-2.0)
FF4j is an implementation of [Feature Toggle](http://martinfowler.com/bliki/FeatureToggle.html) pattern : Enable and disable features or your applications at runtime thanks to dedicated **web console, REST API, JMX or even CLI**.
It handle also properties and provide generic interfaces to work with **configuration properties**, store them in 10 differents DB and integration with both **Archaius** and **Commons-Configuration**.
More information can be found at [ff4j.org](http://ff4j.org) or [Reference Documentation](https://github.com/clun/ff4j/wiki) in the wiki.
### Some screen shot of the web-consoles
Home Page
Features
Monitoring
