annotate _test/Resources/app.xml @ 65:2840c4c85db8

Application configuration improvements Documentation
author wizard
date Tue, 16 Mar 2010 17:36:13 +0300
parents 76b878ad6596
children f47f93534005
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
60
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
2 <Application id='app' type="Test::Web::Application::Instance">
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
3 <name>Sample application</name>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
4 <dataSource type='IMPL::Config::Activator' id='ds'>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
5 <factory>IMPL::Object</factory>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
6 <parameters type='HASH'>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
7 <db>data</db>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
8 <user>nobody</user>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
9 </parameters>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
10 </dataSource>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
11 <securityMod type='IMPL::Config::Activator'>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
12 <factory>IMPL::Object</factory>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
13 <parameters type='HASH'>
60
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
14 <ds refid='ds'/>
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
15 </parameters>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
16 </securityMod>
60
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
17 <options type="HASH">
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
18 <dataSource refid='ds'/>
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
19 </options>
65
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
20 <responseCharset>utf-8</responseCharset>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
21 <factoryAction type="IMPL::Object::Factory">
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
22 <factory>IMPL::Web::Application::Action</factory>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
23 <parameters type='HASH'>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
24 <responseFactory type='IMPL::Object::Factory'>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
25 <factory>IMPL::Web::Application::Response</factory>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
26 <parameters type='HASH'>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
27 <streamOut>memory</streamOut>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
28 </parameters>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
29 </responseFactory>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
30 </parameters>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
31 </factoryAction>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
32 <handlersQuery type="IMPL::Object::List">
65
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
33 <item type="IMPL::Web::QueryHandler::PageFormat">
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
34 <templatesCharset>cp1251</templatesCharset>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
35 </item>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
36 </handlersQuery>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
37 </Application>