comparison _test/Resources/app.xml @ 58:a35b60b16a99

Configuration, late activation
author wizard
date Fri, 05 Mar 2010 20:14:45 +0300
parents
children b0c068da93ac
comparison
equal deleted inserted replaced
57:bf59ee1cd506 58:a35b60b16a99
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Application id='app' type="Test::Config::Application">
3 <name>Sample application</name>
4 <options type="HASH">
5 <One>value one</One>
6 <Two>value two</Two>
7 </options>
8 <dataSource type='IMPL::Config::Activator' id='ds'>
9 <type>Test::Config::DataSource</type>
10 <parameters type='HASH'>
11 <db>data</db>
12 <user>nobody</user>
13 </parameters>
14 </dataSource>
15 <securityMod type='IMPL::Config::Activator'>
16 <type>Test::Config::Security</type>
17 <parameters type='HASH'>
18 <ds type='IMPL::Config::Link'>
19 <target ref='ds'/>
20 </ds>
21 </paremeters>
22 </securityMod>
23 </Application>