Baltic-RCC / EMF

Repository for Open Source EMF implementation
Mozilla Public License 2.0
8 stars 3 forks source link

First version of Settings Module #5

Closed Haigutus closed 1 year ago

m-karo commented 1 year ago

Question what approach we are going to use for settings configuration. One centralized settings file which consists of parameters for all sub-modules of application or we are going to distrubute settings by each sub-module (lf engine, process scheduler and etc.)?

Haigutus commented 1 year ago

I would propose each module will have its own configuration/settings file. I have reflected in the Project Repository Structure - https://github.com/Baltic-RCC/EMF/wiki#project-folder-structure

m-karo commented 1 year ago

Initial version of application.properties parser added in source code.

Haigutus commented 1 year ago

@m-karo refactored the config parser.