annotate _test/Resources/app.xml @ 67:9f5795a10939

Documentation, minor fixes
author wizard
date Fri, 19 Mar 2010 20:06:12 +0300
parents f47f93534005
children 964587c5183c
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">
66
f47f93534005 Documentation
wizard
parents: 65
diff changeset
3
f47f93534005 Documentation
wizard
parents: 65
diff changeset
4 <!-- Begin custom properties -->
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
5 <name>Sample application</name>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
6 <dataSource type='IMPL::Config::Activator' id='ds'>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
7 <factory>IMPL::Object</factory>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
8 <parameters type='HASH'>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
9 <db>data</db>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
10 <user>nobody</user>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
11 </parameters>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
12 </dataSource>
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
13 <securityMod type='IMPL::Config::Activator'>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
14 <factory>IMPL::Object</factory>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
15 <parameters type='HASH'>
60
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
16 <ds refid='ds'/>
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
17 </parameters>
66
f47f93534005 Documentation
wizard
parents: 65
diff changeset
18 </securityMod>
f47f93534005 Documentation
wizard
parents: 65
diff changeset
19 <!-- End custom properties -->
f47f93534005 Documentation
wizard
parents: 65
diff changeset
20
f47f93534005 Documentation
wizard
parents: 65
diff changeset
21 <!-- direct access to the activators -->
60
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
22 <options type="HASH">
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
23 <dataSource refid='ds'/>
b0c068da93ac Lazy activation for the configuration objects (final concept)
wizard
parents: 58
diff changeset
24 </options>
66
f47f93534005 Documentation
wizard
parents: 65
diff changeset
25
f47f93534005 Documentation
wizard
parents: 65
diff changeset
26 <!-- Set default output encoding, can be changed due query handling -->
65
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
27 <responseCharset>utf-8</responseCharset>
66
f47f93534005 Documentation
wizard
parents: 65
diff changeset
28
f47f93534005 Documentation
wizard
parents: 65
diff changeset
29 <!-- Actions creation configuration -->
67
9f5795a10939 Documentation, minor fixes
wizard
parents: 66
diff changeset
30 <actionFactory type="IMPL::Object::Factory">
65
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
31 <factory>IMPL::Web::Application::Action</factory>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
32 <parameters type='HASH'>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
33 <responseFactory type='IMPL::Object::Factory'>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
34 <factory>IMPL::Web::Application::Response</factory>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
35 <parameters type='HASH'>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
36 <streamOut>memory</streamOut>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
37 </parameters>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
38 </responseFactory>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
39 </parameters>
67
9f5795a10939 Documentation, minor fixes
wizard
parents: 66
diff changeset
40 </actionFactory>
66
f47f93534005 Documentation
wizard
parents: 65
diff changeset
41
f47f93534005 Documentation
wizard
parents: 65
diff changeset
42 <!-- Query processing -->
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
43 <handlersQuery type="IMPL::Object::List">
65
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
44 <item type="IMPL::Web::QueryHandler::PageFormat">
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
45 <templatesCharset>cp1251</templatesCharset>
2840c4c85db8 Application configuration improvements
wizard
parents: 63
diff changeset
46 </item>
63
76b878ad6596 Added serialization support for the IMPL::Object::List
wizard
parents: 60
diff changeset
47 </handlersQuery>
58
a35b60b16a99 Configuration, late activation
wizard
parents:
diff changeset
48 </Application>