What's A Configuration Framework?
- An interface to an application's configuration settings
- Allows you to configure the application from within the application
- Can coexist with scriptable configuration files on the backend
Advantages of configuration frameworks:
- More user-friendly
- Safer to use
- Self-documenting
- Impressive results with little incremental effort
- Easy to respond to user requests
- More of your application is web-accessible