I think a lot of user will use ConfigurationContext to configure their configuration system. I think it is easier to put some files into the filesystem and to read this files then to deal with the SPI stuff.

Sometimes I have the impression that many of us have a very biased view on configuration by coming from a Java EE environment. This is ok and I miss my GlassFish sometimes but think of dumb programmer who wants to read a file simply from /etc/service/config.ext and override these defaults with ~/.config.ext and so on.

Oliver

Am 06.01.15 um 23:47 schrieb Reinhard Sandtner:
my first idea was to add the method getContext() to Configuration but i think 
if someone is able to use the SPI, they can do it on their own.
i think a 'normal‘ user should not see the configurationContext at all

lg
reini

Am 06.01.2015 um 23:43 schrieb Oliver B. Fischer <[email protected]>:

Guys, I missed somehow how to get a Configuration from the ConfigurationContext.

BTW: I will add this method to ConfigurationContext:

    public static ConfigurationContext current(){
        return 
ServiceContext.getInstance().getService(ConfigurationContext.class).get();
    }

WDYT?

Oliver

--
N Oliver B. Fischer
A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany
P +49 30 44793251
M +49 178 7903538
E [email protected]
S oliver.b.fischer
J [email protected]
X http://xing.to/obf


--
N Oliver B. Fischer
A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany
P +49 30 44793251
M +49 178 7903538
E [email protected]
S oliver.b.fischer
J [email protected]
X http://xing.to/obf

Reply via email to