Skip to content

Instantly share code, notes, and snippets.

@sveinung
Created August 20, 2012 20:39
Show Gist options
  • Save sveinung/3407658 to your computer and use it in GitHub Desktop.
Save sveinung/3407658 to your computer and use it in GitHub Desktop.
Feature toggle example: JSP
<% if (featureX.isActive()) { %>
<jsp:include page="featureX.jsp" />
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment