Skip to content
mohan82 edited this page Jun 24, 2012 · 5 revisions

Welcome to the configuration-management wiki!

Introduction

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,MindMap

#Config Management Data Access Layer Implementation (In Progress) Currently we are implementing Config Management Data Access Layer Implementation based on the er diagram below, ER Diagram

Clone this wiki locally