hi @ all,

@anatole:
please also add >real-world< examples to the document.
if we don't have/find them, we need to think about dropping concepts again.

fyi:
configs in deltaspike get merged based on the key.

e.g.:
config-source a (priority 1)
key1=x

config-source b (priority 2)
key1=y
key2=z

ConfigResolver.getPropertyValue("key1") leads to: x
ConfigResolver.getPropertyValue("key2") leads to: z

imo mark introduced a nice and simple (but powerful) concept with that
(esp. since you can re-order even predefined config-source ordinals).
deltaspike also uses prefixes for "areas" (internally), but it was never
needed to introduce an own concept for that.

regards,
gerhard



2014-12-02 14:35 GMT+01:00 Oliver B. Fischer <[email protected]>:

> Yes, it will.
> Am 02.12.14 14:19, schrieb Werner Keil:
>
>> Ok, so at least when generated into common output formats it won't
>> show?;-)
>>
>>
>>
>>
>>
> --
> 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