... | ... | @@ -123,7 +123,7 @@ _Kupper_ |
|
|
|
|
|
- first thoughts about possible formats: INI, JSON, XML
|
|
|
- readability for normal users?
|
|
|
- easily parseable?
|
|
|
- easily parsable?
|
|
|
- structure of the files: First section with general properties, following sections with page formats containing format specific properties
|
|
|
|
|
|
INI format:
|
... | ... | @@ -133,7 +133,7 @@ INI format: |
|
|
|
|
|
JSON & XML:
|
|
|
- not very readable for normal users
|
|
|
- syntax can easily be broken unintentionally -> not parseable if broken
|
|
|
- syntax can easily be broken unintentionally -> not parsable if broken
|
|
|
|
|
|
Instead: Java Properties?
|
|
|
- native support (java.util.Properties)
|
... | ... | |