Popularity
5.8
Declining
Activity
8.6
-
918
31
251

Programming language: Java
License: Apache License 2.0
Tags: Miscellaneous    
Latest version: v2.8.0

Togglz alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view Togglz alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Togglz or a related project?

Add another 'Miscellaneous' Library

README

Togglz

Build Status Maven Central License

Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users.

Want to learn more? Have a look at an usage example or check the quickstart guide, see http://www.togglz.org/

Contributors

This project exists thanks to all the people who contribute.


*Note that all licence references and agreements mentioned in the Togglz README section above are relevant to that project's source code only.