[
https://issues.apache.org/jira/browse/SLING-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883914#comment-13883914
]
Felix Meschberger commented on SLING-3148:
------------------------------------------
In Rev. 1561994 merged whiteboard/fmeschbe/featureflags/feature-flags into
contrib/extensions/feature-flags
- Removed ResourceHiding and ResourceTypeHiding
- Added ResourceDecorator support
- Added WebConsole plugin
- Added Feature factory configuration support
- Added JavaDoc
- Support non-Sling ExecutionContext
- Porperly register ClientContext filter as Sling filter
In Rev. 1562007 merged whiteboard/fmeschbe/featureflags/resourceresolver into
bundles/resourceresolver
- Implement feature hiding by support a new sling:features property
> Implement support for Feature Flags/Toggles in Sling
> ----------------------------------------------------
>
> Key: SLING-3148
> URL: https://issues.apache.org/jira/browse/SLING-3148
> Project: Sling
> Issue Type: New Feature
> Components: General
> Reporter: Henry Saginor
> Assignee: Carsten Ziegeler
> Priority: Minor
>
> It would be nice if sling provide support for feature flags (also called
> toggles) pattern [1].
> I am thinking the implementation could provide the following.
> 1) Integrate an existing framework such as togglz [2] or implement something
> similar with UI/Configuration to toggle features.
> 2) Create a jcr property (sling:Feature) which can be added to resource type
> nodes. Then some conditional logic in <sling:include>, and get and post
> servlets determines if the resource should be rendered if its resource type
> contains such property.
> [1] http://en.wikipedia.org/wiki/Feature_toggle
> [2] http://www.togglz.org/
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)