java - Centralized Application properties for multiple system -


i looking open-source solutions allow hosting different properties different applications , allow changes. on change of properties should notify or push change application appropriately.

so, instead every application managing properties in physical file , deploying physically; these properties can pushed single system. user have gui load , change properties per right. should allow push mentioned.

if have similar open source solutions in mind please advice.

is puppet can manage you?


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -