Multi Process Configuration
Posted
by user200937
on Stack Overflow
See other posts from Stack Overflow
or by user200937
Published on 2010-03-23T15:16:42Z
Indexed on
2010/03/23
18:33 UTC
Read the original article
Hit count: 322
java
|configuration
Hi,
I have a product built out of multiple processes. Each process uses internally commons configuration.
Does anyone have an idea how to manage the config? I.e. we do not want to duplicate variables so each process will be able to read them.
Additionally, DB solution is no good, as we do not want to be dependent on DB for something like configuration.
Thanks
Yair
© Stack Overflow or respective owner