You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2004/11/09 22:17:43 UTC

svn commit: rev 57101 - in incubator/beehive/site: build/site/controls build/site/pageflow src/documentation/content/xdocs/controls src/documentation/content/xdocs/pageflow

Author: steveh
Date: Tue Nov  9 13:17:42 2004
New Revision: 57101

Modified:
   incubator/beehive/site/build/site/controls/sample_controls-blank.html
   incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html
   incubator/beehive/site/src/documentation/content/xdocs/controls/sample_controls-blank.xml
   incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
Log:
Fix for JIRA bug 65:  Minor incorrect wording in Page Flow Tutorial

Modified: incubator/beehive/site/build/site/controls/sample_controls-blank.html
==============================================================================
--- incubator/beehive/site/build/site/controls/sample_controls-blank.html	(original)
+++ incubator/beehive/site/build/site/controls/sample_controls-blank.html	Tue Nov  9 13:17:42 2004
@@ -278,7 +278,7 @@
 <p>Use the "blank" Control sample (located at <span class="codefrag">BEEHIVE_HOME/samples/controls-blank</span>) is a template for building your own Control projects.  
 
 </p>
-<p>The template contains a basic 'Hello World' control to get you started.  Control projects can be archived in a JAR file and then imported into multiple applications.  Simple import the JAR archive into the application's WEB-INF/lib directory. </p>
+<p>The template contains a basic 'Hello World' control to get you started.  Control projects can be archived in a JAR file and then imported into multiple applications.  Simply import the JAR archive into the application's WEB-INF/lib directory. </p>
 </div>
 
 

Modified: incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html
==============================================================================
--- incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html	(original)
+++ incubator/beehive/site/build/site/pageflow/tutorial_pageflow.html	Tue Nov  9 13:17:42 2004
@@ -346,7 +346,7 @@
 <a href="#To+Compile+and+Redeploy+the+Page+Flow">To Compile and Redeploy the Page Flow</a>
 </li>
 <li>
-<a href="#To+Test+the+Page+Flow+Web+Application-N10206">To Test the Page Flow Web Application</a>
+<a href="#To+Test+the+Page+Flow+Web+Application-N10203">To Test the Page Flow Web Application</a>
 </li>
 </ul>
 </li>
@@ -360,10 +360,10 @@
 <a href="#To+Edit+the+Controller+File+to+Handle+the+Submitted+Data">To Edit the Controller File to Handle the Submitted Data</a>
 </li>
 <li>
-<a href="#To+Compile+and+Redeploy+the+Page+Flow-N10259">To Compile and Redeploy the Page Flow</a>
+<a href="#To+Compile+and+Redeploy+the+Page+Flow-N10256">To Compile and Redeploy the Page Flow</a>
 </li>
 <li>
-<a href="#To+Test+the+Page+Flow+Web+Application-N10267">To Test the Page Flow Web Application</a>
+<a href="#To+Test+the+Page+Flow+Web+Application-N10264">To Test the Page Flow Web Application</a>
 </li>
 </ul>
 </li>
@@ -377,10 +377,10 @@
 <a href="#To+Create+a+JSP+Page+to+Display+Submitted+Data">To Create a JSP Page to Display Submitted Data</a>
 </li>
 <li>
-<a href="#To+Compile+and+Redeploy+the+Page+Flow-N102AE">To Compile and Redeploy the Page Flow</a>
+<a href="#To+Compile+and+Redeploy+the+Page+Flow-N102AB">To Compile and Redeploy the Page Flow</a>
 </li>
 <li>
-<a href="#To+Test+the+Page+Flow+Web+Application-N102BC">To Test the Page Flow Web Application</a>
+<a href="#To+Test+the+Page+Flow+Web+Application-N102B9">To Test the Page Flow Web Application</a>
 </li>
 </ul>
 </li>
@@ -524,7 +524,7 @@
 <a name="N10119"></a><a name="To+Copy+the+Page+Flow+Application+Template"></a>
 <h4>To Copy the Page Flow Application Template</h4>
 <div style="margin-left: 0 ; border: 2px">
-<p>In this step you will assemble the runtime resources for your Page Flow application.  These resourses consist of runtime JARs, the &lt;netui&gt; tag library, and deployment configuration files. All of these resources are contained in the Page Flow application template located at<span class="codefrag">BEEHIVE_HOME/samples/netui-blank</span>.</p>
+<p>In this step you will assemble the runtime resources for your Page Flow application.  These resourses consist of runtime JARs, the &lt;netui&gt; tag library, and deployment configuration files. These resources are loaded into the application template using the Ant command below.</p>
 <p>At the command prompt, enter the following Ant command:</p>
 <pre class="code">  ant 
     -f %BEEHIVE_HOME%\ant\buildWebapp.xml 
@@ -537,7 +537,7 @@
       resources
       WEB-INF</pre>
 </div>
-<a name="N10136"></a><a name="To+Create+a+Controller+File"></a>
+<a name="N10133"></a><a name="To+Create+a+Controller+File"></a>
 <h4>To Create a Controller File</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>In this step you will create the Controller file in place in the Tomcat deployment directory.</p>
@@ -563,7 +563,7 @@
 }</pre>
 <p>Save and close the file Controller.jpf.</p>
 </div>
-<a name="N1015A"></a><a name="To+Create+a+JSP+File"></a>
+<a name="N10157"></a><a name="To+Create+a+JSP+File"></a>
 <h4>To Create a JSP File</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>In the directory <span class="codefrag">C:/beehive_projects/pageflow_tutorial</span>, create a file named <span class="codefrag">index.jsp</span>.</p>
@@ -582,7 +582,7 @@
   &lt;/netui:body&gt;
 &lt;/netui:html&gt;</pre>
 </div>
-<a name="N10175"></a><a name="To+Compile+and+Deploy+the+Page+Flow"></a>
+<a name="N10172"></a><a name="To+Compile+and+Deploy+the+Page+Flow"></a>
 <h4>To Compile and Deploy the Page Flow</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>You are now ready to compile the Page Flow and deploy it to Tomcat.</p>
@@ -603,7 +603,7 @@
   undeploy</pre>
 <p>When the undeploy is complete, then compile and deploy again.</p>
 </div>
-<a name="N1019B"></a><a name="To+Test+the+Page+Flow+Web+Application"></a>
+<a name="N10198"></a><a name="To+Test+the+Page+Flow+Web+Application"></a>
 <h4>To Test the Page Flow Web Application</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Visit the following address:</p>
@@ -614,10 +614,10 @@
 </div>
 </div>
         
-<a name="N101B1"></a><a name="step_3"></a>
+<a name="N101AE"></a><a name="step_3"></a>
 <h3>Step 3: Navigation</h3>
 <div style="margin-left: 0 ; border: 2px">
-<a name="N101B7"></a><a name="To+Create+a+Destination+JSP+Page"></a>
+<a name="N101B4"></a><a name="To+Create+a+Destination+JSP+Page"></a>
 <h4>To Create a Destination JSP Page</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>In the directory <span class="codefrag">C:/beehive_projects/pageflow_tutorial</span>, create a file named <span class="codefrag">page2.jsp</span>.</p>
@@ -637,7 +637,7 @@
 &lt;/netui:html&gt;</pre>
 <p>Save and close <span class="codefrag">page2.jsp</span>.</p>
 </div>
-<a name="N101D5"></a><a name="To+Create+a+Link+to+the+Destination+Page"></a>
+<a name="N101D2"></a><a name="To+Create+a+Link+to+the+Destination+Page"></a>
 <h4>To Create a Link to the Destination Page</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Open the file <span class="codefrag">C:/beehive_projects/pageflow_tutorial/index.jsp</span>.</p>
@@ -661,7 +661,7 @@
 &lt;/netui:html&gt;
 				</pre>
 </div>
-<a name="N101ED"></a><a name="To+Add+an+Action+Method+to+Handle+the+Link"></a>
+<a name="N101EA"></a><a name="To+Add+an+Action+Method+to+Handle+the+Link"></a>
 <h4>To Add an Action Method to Handle the Link</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Open the file <span class="codefrag">C:/beehive_projects/pageflow_tutorial/Controller.jpf</span>.</p>
@@ -695,7 +695,7 @@
     }
 }</pre>
 </div>
-<a name="N10205"></a><a name="To+Compile+and+Redeploy+the+Page+Flow"></a>
+<a name="N10202"></a><a name="To+Compile+and+Redeploy+the+Page+Flow"></a>
 <h4>To Compile and Redeploy the Page Flow</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>At the command prompt, enter:</p>
@@ -707,7 +707,7 @@
   redeploy
   </pre>
 </div>
-<a name="N10214"></a><a name="To+Test+the+Page+Flow+Web+Application-N10206"></a>
+<a name="N10211"></a><a name="To+Test+the+Page+Flow+Web+Application-N10203"></a>
 <h4>To Test the Page Flow Web Application</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Visit the following link: 
@@ -721,10 +721,10 @@
 </div>
 </div>
         
-<a name="N1022D"></a><a name="step_4"></a>
+<a name="N1022A"></a><a name="step_4"></a>
 <h3>Step 4: Submitting Data</h3>
 <div style="margin-left: 0 ; border: 2px">
-<a name="N10233"></a><a name="To+Create+a+Submission+Form"></a>
+<a name="N10230"></a><a name="To+Create+a+Submission+Form"></a>
 <h4>To Create a Submission Form</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Edit the file <span class="codefrag">C:/beehive_projects/pageflow_tutorial/page2.jsp</span> so it appears as follows.</p>
@@ -750,7 +750,7 @@
 &lt;/netui:html&gt;</pre>
 <p>Save and close <span class="codefrag">page2.jsp</span>.</p>
 </div>
-<a name="N1024B"></a><a name="To+Edit+the+Controller+File+to+Handle+the+Submitted+Data"></a>
+<a name="N10248"></a><a name="To+Edit+the+Controller+File+to+Handle+the+Submitted+Data"></a>
 <h4>To Edit the Controller File to Handle the Submitted Data</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Open the file <span class="codefrag">C:/beehive_projects/pageflow_tutorial/Controller.jpf</span>
@@ -827,7 +827,7 @@
 				</pre>
 <p>Save and close <span class="codefrag">Controller.jpf</span>.</p>
 </div>
-<a name="N10269"></a><a name="To+Compile+and+Redeploy+the+Page+Flow-N10259"></a>
+<a name="N10266"></a><a name="To+Compile+and+Redeploy+the+Page+Flow-N10256"></a>
 <h4>To Compile and Redeploy the Page Flow</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>At the command prompt, enter:</p>
@@ -839,7 +839,7 @@
   redeploy
   </pre>
 </div>
-<a name="N10278"></a><a name="To+Test+the+Page+Flow+Web+Application-N10267"></a>
+<a name="N10275"></a><a name="To+Test+the+Page+Flow+Web+Application-N10264"></a>
 <h4>To Test the Page Flow Web Application</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Visit the following link: 
@@ -855,10 +855,10 @@
 </div>
 </div>
         
-<a name="N10297"></a><a name="step_5"></a>
+<a name="N10294"></a><a name="step_5"></a>
 <h3>Step 5: Processing and Displaying Data</h3>
 <div style="margin-left: 0 ; border: 2px">
-<a name="N1029D"></a><a name="To+Process+the+Submitted+Data"></a>
+<a name="N1029A"></a><a name="To+Process+the+Submitted+Data"></a>
 <h4>To Process the Submitted Data</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Edit the processData method in the Controller.jpf file so it appears as follows. Code to add appears in red.</p>
@@ -875,7 +875,7 @@
 	return new Forward("success");
 }</pre>
 </div>
-<a name="N102AC"></a><a name="To+Create+a+JSP+Page+to+Display+Submitted+Data"></a>
+<a name="N102A9"></a><a name="To+Create+a+JSP+Page+to+Display+Submitted+Data"></a>
 <h4>To Create a JSP Page to Display Submitted Data</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Create a file named <span class="codefrag">displayData.jsp</span> in the directory CATALINA_HOME/pageflow_tutorial. Edit <span class="codefrag">displayData.jsp</span> so it appears as follows.</p>
@@ -892,7 +892,7 @@
   &lt;/netui:body&gt;
 &lt;/netui:html&gt;</pre>
 </div>
-<a name="N102C1"></a><a name="To+Compile+and+Redeploy+the+Page+Flow-N102AE"></a>
+<a name="N102BE"></a><a name="To+Compile+and+Redeploy+the+Page+Flow-N102AB"></a>
 <h4>To Compile and Redeploy the Page Flow</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>At the command prompt, enter:</p>
@@ -904,7 +904,7 @@
   redeploy
   </pre>
 </div>
-<a name="N102D0"></a><a name="To+Test+the+Page+Flow+Web+Application-N102BC"></a>
+<a name="N102CD"></a><a name="To+Test+the+Page+Flow+Web+Application-N102B9"></a>
 <h4>To Test the Page Flow Web Application</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Visit the following link: 
@@ -920,7 +920,7 @@
 </div>
 </div>
         
-<a name="N102EF"></a><a name="summary"></a>
+<a name="N102EC"></a><a name="summary"></a>
 <h3>Summary: Page Flow Tutorial</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>This tutorial introduced you to the basics of building web applications with Beehive Page Flows.</p>

Modified: incubator/beehive/site/src/documentation/content/xdocs/controls/sample_controls-blank.xml
==============================================================================
--- incubator/beehive/site/src/documentation/content/xdocs/controls/sample_controls-blank.xml	(original)
+++ incubator/beehive/site/src/documentation/content/xdocs/controls/sample_controls-blank.xml	Tue Nov  9 13:17:42 2004
@@ -11,7 +11,7 @@
 
 </p>
 
-<p>The template contains a basic 'Hello World' control to get you started.  Control projects can be archived in a JAR file and then imported into multiple applications.  Simple import the JAR archive into the application's WEB-INF/lib directory. </p>
+<p>The template contains a basic 'Hello World' control to get you started.  Control projects can be archived in a JAR file and then imported into multiple applications.  Simply import the JAR archive into the application's WEB-INF/lib directory. </p>
 <!--<source>
 netui-blank
   resources

Modified: incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
==============================================================================
--- incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml	(original)
+++ incubator/beehive/site/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml	Tue Nov  9 13:17:42 2004
@@ -114,7 +114,7 @@
             </section>
             <section>
                 <title>To Copy the Page Flow Application Template</title>
-                <p>In this step you will assemble the runtime resources for your Page Flow application.  These resourses consist of runtime JARs, the &lt;netui> tag library, and deployment configuration files. All of these resources are contained in the Page Flow application template located at<code>BEEHIVE_HOME/samples/netui-blank</code>.</p>
+                <p>In this step you will assemble the runtime resources for your Page Flow application.  These resourses consist of runtime JARs, the &lt;netui> tag library, and deployment configuration files. These resources are loaded into the application template using the Ant command below.</p>
                 <p>At the command prompt, enter the following Ant command:</p>
                 <source>  ant 
     -f %BEEHIVE_HOME%\ant\buildWebapp.xml