diff _test/Resources/app.xml @ 66:f47f93534005

Documentation
author wizard
date Thu, 18 Mar 2010 17:58:33 +0300
parents 2840c4c85db8
children 9f5795a10939
line wrap: on
line diff
--- a/_test/Resources/app.xml	Tue Mar 16 17:36:13 2010 +0300
+++ b/_test/Resources/app.xml	Thu Mar 18 17:58:33 2010 +0300
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Application id='app' type="Test::Web::Application::Instance">
+	
+	<!-- Begin custom properties -->
 	<name>Sample application</name>
 	<dataSource type='IMPL::Config::Activator' id='ds'>
 		<factory>IMPL::Object</factory>
@@ -13,11 +15,18 @@
 		<parameters type='HASH'>
 			<ds refid='ds'/>
 		</parameters>
-	</securityMod>
+	</securityMod>	
+	<!-- End custom properties -->
+	
+	<!-- direct access to the activators -->
 	<options type="HASH">
 		<dataSource refid='ds'/>
 	</options>
+	
+	<!-- Set default output encoding, can be changed due query handling -->
 	<responseCharset>utf-8</responseCharset>
+	
+	<!-- Actions creation configuration -->
 	<factoryAction type="IMPL::Object::Factory">
 		<factory>IMPL::Web::Application::Action</factory>
 		<parameters type='HASH'>
@@ -29,6 +38,8 @@
 			</responseFactory>
 		</parameters>
 	</factoryAction>
+	
+	<!-- Query processing  -->
 	<handlersQuery type="IMPL::Object::List">
 		<item type="IMPL::Web::QueryHandler::PageFormat">
 			<templatesCharset>cp1251</templatesCharset>