Author: steveh
Date: Mon Oct 25 11:18:10 2004
New Revision: 55521

Modified:
   incubator/beehive/trunk/site/src/documentation/content/xdocs/jpetstore.xml
Log:
Latest changes to petstore doc.

Modified: 
incubator/beehive/trunk/site/src/documentation/content/xdocs/jpetstore.xml
==============================================================================
--- incubator/beehive/trunk/site/src/documentation/content/xdocs/jpetstore.xml  
(original)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/jpetstore.xml  
Mon Oct 25 11:18:10 2004
@@ -2,11 +2,15 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://forrest.apache.org/dtd/document-v13.dtd";>
 <document>
     <header>
-        <title>Beehive Sample: PetStore</title>
+        <title>Beehive Sample: Petstore</title>
     </header>
     <body>
         <section>
-            <title>Anatomy of PetStore</title>
+            <title>Anatomy of Petstore</title>
+            <p>The Beehive Petstore Sample is a web application that can be 
deployed to any servlet container that supports [tbd], such as Tomcat 5.</p>
+            <p>The Petstore sample is composed of Page Flows and Controls.  
The Page Flows form the application's user interface, while the Controls 
coordinate the 
+            applciation's back-end resources.</p>
+            <p>The Page Flows are arranged in a modular fashion, There are 
separated Page Flows for different user activities: the 'shop' Page Flow 
(petstoreWeb/shop/) lets users browse the catalog of pets, while the 'checkout' 
Page Flow (petstoreWeb/checkout)</p>
         </section>
         <!-- Just a sketch for now...will re-write from a distribution point 
of view later 
         <section>

Reply via email to