application configuration management [message #1349745] |
Mon, 12 May 2014 06:29  |
Eclipse User |
|
|
|
Hi all. In my application I need to store some configuration information (e.g.: default folder where to store files, default folder from where to read csv files, set defaults for options, ...)
This data can indeed be handled using a specific form to input/save/delete this data, stored in a one-row table of the database.
But we all know that configuration processes and data access have some special use cases: admin privileges needed, hierarchical grouping of related config settings, storing on db (so on the server side) or in a text file (on the client side)...
Complexity we can be see for example in the gui widgets and load/store mechanics that is available in the android platform.
So, I'm asking if there is any specific way or best practice to input/save/retrieve configuration information in the scout platform
thanks in advance!
|
|
|
|
Re: application configuration management [message #1354451 is a reply to message #1349745] |
Wed, 14 May 2014 05:03  |
Eclipse User |
|
|
|
Hi,
for configuration options that do not change the best option is to use the config.ini from the server.
For configuration options that are more dynamic I use a database table and created a normal service to update it.
Regards Bertin
|
|
|
Powered by
FUDForum. Page generated in 0.08318 seconds