Hi folks, Just to let you know that there's now a new addon [1] to support feature toggles (or feature flags, or whatever you like to call them).
I chose to integrate with togglz [2] because, although it's not as full featured as ff4j, say, [3], I preferred its API and it has good support for integration testing. The implementation has one other dependency, namely the isis addons settings module [4]. This is used for feature persistence. The demo app for [1] uses simple security; however it works also with Isis addons security module [5]; the todoapp [6] demonstrates this working. Currently the module is at 1.9.0-SNAPSHOT, so to use it you need to be building from master; but we'll release a version to Maven central when Isis 1.9.0 is released (currently scheduled to be the end of this month). Feedback welcome, as ever. Cheers Dan [1] http://github.com/isisaddons/isis-module-togglz [2] http://www.togglz.org/ [3] http://ff4j.org/ [4] http://github.com/isisaddons/isis-module-settings [5] http://github.com/isisaddons/isis-module-security [6] https://github.com/isisaddons/isis-app-todoapp#feature-toggles
