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

Configuration, late activation
author wizard
date Fri, 05 Mar 2010 20:14:45 +0300
parents
children b0c068da93ac
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<Application id='app' type="Test::Config::Application">
	<name>Sample application</name>
	<options type="HASH">
		<One>value one</One>
		<Two>value two</Two>
	</options>
	<dataSource type='IMPL::Config::Activator' id='ds'>
		<type>Test::Config::DataSource</type>
		<parameters type='HASH'>
			<db>data</db>
			<user>nobody</user>
		</parameters>
	</dataSource>
	<securityMod type='IMPL::Config::Activator'>
		<type>Test::Config::Security</type>
		<parameters type='HASH'>
			<ds type='IMPL::Config::Link'>
				<target ref='ds'/>
			</ds>
		</paremeters>
	</securityMod>
</Application>