Mercurial > pub > Impl
annotate _test/Resources/app.xml @ 64:259cd3df6e53
Doc generation
Minor fixes
author | wizard |
---|---|
date | Mon, 15 Mar 2010 17:45:13 +0300 |
parents | 76b878ad6596 |
children | 2840c4c85db8 |
rev | line source |
---|---|
58 | 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 | 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 | 6 <parameters type='HASH'> |
7 <db>data</db> | |
8 <user>nobody</user> | |
9 </parameters> | |
10 </dataSource> | |
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 | 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 | 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> |
63
76b878ad6596
Added serialization support for the IMPL::Object::List
wizard
parents:
60
diff
changeset
|
20 <handlersQuery type="IMPL::Object::List"> |
76b878ad6596
Added serialization support for the IMPL::Object::List
wizard
parents:
60
diff
changeset
|
21 <item>IMPL::Web::QueryHandler::PageFormat</item> |
76b878ad6596
Added serialization support for the IMPL::Object::List
wizard
parents:
60
diff
changeset
|
22 </handlersQuery> |
58 | 23 </Application> |