-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the configuration-management wiki!
After working in various Java/JEE projects,there is always a necessity to manage and maintain properties for various environments. Most of the people employ JNDI to apply properties or use Spring+Maven plugins to manage properties. It is fine for few properties, but if you have lots of properties which varies from environment to
environment then there rises a need for configuration management. The purpose of this project is ability to develop a simple web interface for managing configuration.
#Features
We are aiming to develop following features as shown in the mind map below,
#Config Management Data Access Layer Implementation (In Progress)
Currently we are implementing Config Management Data Access Layer Implementation based on the er diagram below,