Author: niallp
Date: Wed May 28 15:11:22 2008
New Revision: 661120

URL: http://svn.apache.org/viewvc?rev=661120&view=rev
Log:
Add description to readme

Modified:
    commons/proper/chain/trunk/apps/example1/README.txt
    commons/proper/chain/trunk/apps/example2/README.txt

Modified: commons/proper/chain/trunk/apps/example1/README.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/apps/example1/README.txt?rev=661120&r1=661119&r2=661120&view=diff
==============================================================================
--- commons/proper/chain/trunk/apps/example1/README.txt (original)
+++ commons/proper/chain/trunk/apps/example1/README.txt Wed May 28 15:11:22 2008
@@ -1,4 +1,11 @@
+Example 1
+=========
+An example using the ChainProcessor servlet and showing examples of
+using the PathInfoMapper, RequestParameterMapper and ServletPathMapper
+Commands to map requests to Commands.
 
+BUILDING
+========
 To build the example webapp you need Maven 2 installed:
    http://maven.apache.org/
 

Modified: commons/proper/chain/trunk/apps/example2/README.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/apps/example2/README.txt?rev=661120&r1=661119&r2=661120&view=diff
==============================================================================
--- commons/proper/chain/trunk/apps/example2/README.txt (original)
+++ commons/proper/chain/trunk/apps/example2/README.txt Wed May 28 15:11:22 2008
@@ -1,4 +1,11 @@
+Example 2
+=========
+An example using the ChainListener to load configuration data and a custom
+servlet (ExampleServlet) and showing examples of using the PathInfoMapper,
+RequestParameterMapper and ServletPathMapper Commands to map requests to 
Commands.
 
+BUILDING
+========
 To build the example webapp you need Maven 2 installed:
    http://maven.apache.org/
 


Reply via email to