Config layout

Cantor, Scott cantor.2 at osu.edu
Tue Nov 5 13:24:36 EST 2013


On 11/2/13, 4:13 AM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:

>> Or alternatively, we could have
>>
>> system/conf/
>> system/flows/
>> user/conf/
>> user/flows/
>
>I had been thinking similarly, but more like
>
>internal/conf/
>internal/flows/
>conf/
>flows/
>
>Although "system" is fine, maybe "private", maybe "impl", even
>"do-not-edit" :-)

For now I went with system/ and moved all the flows under there.

I have a global-user.xml that imports most of the user-level bean files
and a global-system one that does the rest.

Ideally I'd want the Spring context resource list to be confined to those
two eventually and anything users add themselves would be added to
global-user as an import.

-- Scott




More information about the dev mailing list