I am interested in having a web configuration/admin page for a website.
- Is it more common to store a websites configuration in a database, xml, or .properties files?
- What does the data model (classes) usually look like?
- If stored in a file, is concurrent access typically handled and how?
- Are there any good examples for a generic site administration page for spring java?