Feature Toggles pattern for Java

This commit is contained in:
Guilherme Freitas Pacheco
2017-07-10 19:13:36 -03:00
committed by GitHub
parent 30c2d5d658
commit e7b04272d6

View File

@ -560,6 +560,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
* [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML.
* [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types.
* [Togglz](https://www.togglz.org/) - Implementation of the Feature Toggles pattern for Java.
## Microservice