Spring Framework , feature toggle and Multi war project
Does spring have a mechanism which allows multi war projects communicate
with each other?
I want to create a solution whereby the features in my application are
controlled by a central point (possibly a html page in one of the WAR
files) and when an update is made to turn on/off the feature this change
is propagated down to the correct WAR which may use annotations or
possibly spring profiles to act on the communicated change.
I've looked at a couple of frameworks like Togglz and Fitchy which provide
a feature toggle solution however neither is ideal for my requirements.
All suggestions welcome.
Thanks,
No comments:
Post a Comment