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/18 23:01:52 UTC

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

Author: steveh
Date: Thu Nov 18 14:01:49 2004
New Revision: 76511

Modified:
   incubator/beehive/site/build/site/controls/sample_controls-blank.html
   incubator/beehive/site/build/site/pageflow/sample_netui-blank.html
   incubator/beehive/site/build/site/wsm/sample_wsm-blank.html
   incubator/beehive/site/src/documentation/content/xdocs/controls/sample_controls-blank.xml
   incubator/beehive/site/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml
   incubator/beehive/site/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
Log:
Improving the "blank" sample topics.

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	Thu Nov 18 14:01:49 2004
@@ -320,8 +320,8 @@
 <h3>Using the Control Project Template</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>The following instruction assume that you have completed the basic Beehive set up procedure at <a target="_blank" href="../setup.html">Set Up the Dev Environment</a>.</p>
-<p>To use the template, (1) copy its contents into your project folder (refered to as <span class="codefrag">&lt;Project-Folder&gt;</span> below), and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
-It is important to copy the <em>contents</em> of <span class="codefrag">netui-blank</span> into your project folder, not the <span class="codefrag">netui-blank</span> folder itself.  After you have copied the contents of <span class="codefrag">netui-blank</span> into your project folder, the following directory structure should exist:</p>
+<p>To use the template, copy the contents of <span class="codefrag">BEEHIVE_HOME/samples/controls-blank</span> into your project folder (refered to as <span class="codefrag">&lt;Project-Folder&gt;</span> below).  An Ant build file is included in the control application template, which will compile your control project into a distributable JAR file.
+It is important to copy the <em>contents</em> of <span class="codefrag">controls-blank</span> into your project folder, not the <span class="codefrag">controls-blank</span> folder itself.  After you have copied the contents of <span class="codefrag">controls-blank</span> into your project folder, the following directory structure should exist:</p>
 <pre class="code">&lt;Project-Folder&gt;
   src
   build.xml</pre>

Modified: incubator/beehive/site/build/site/pageflow/sample_netui-blank.html
==============================================================================
--- incubator/beehive/site/build/site/pageflow/sample_netui-blank.html	(original)
+++ incubator/beehive/site/build/site/pageflow/sample_netui-blank.html	Thu Nov 18 14:01:49 2004
@@ -319,7 +319,7 @@
 <h3>Using the Page Flow Web App Template</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>The following instruction assume that you have completed the basic Beehive set up procedure at <a target="_blank" href="../setup.html">Set Up the Dev Environment</a>.</p>
-<p>To use the template, (1) copy its contents into your project folder (refered to as <span class="codefrag">&lt;Project-Folder&gt;</span> below), and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
+<p>To use the template, (1) copy the contents of <span class="codefrag">BEEHIVE_HOME/samples/netui-blank</span> into your project folder (refered to as <span class="codefrag">&lt;Project-Folder&gt;</span> below), and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
 It is important to copy the <em>contents</em> of <span class="codefrag">netui-blank</span> into your project folder, not the <span class="codefrag">netui-blank</span> folder itself.  After you have copied the contents of <span class="codefrag">netui-blank</span> into your project folder, the following directory structure should exist:</p>
 <pre class="code">&lt;Project-Folder&gt;
   resources

Modified: incubator/beehive/site/build/site/wsm/sample_wsm-blank.html
==============================================================================
--- incubator/beehive/site/build/site/wsm/sample_wsm-blank.html	(original)
+++ incubator/beehive/site/build/site/wsm/sample_wsm-blank.html	Thu Nov 18 14:01:49 2004
@@ -321,9 +321,13 @@
 <h3>Using the Web Service Template</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>The following instruction assume that you have completed the basic Beehive set up procedure at <a target="_blank" href="../setup.html">Set Up the Dev Environment</a>.</p>
-<p>To use the template, (1) copy its contents into your project folder, and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
-It is important to copy the <em>contents</em> of <span class="codefrag">wsm-blank</span> into your project folder, not the  
-  The following Ant command will copy the necessary runtime JARs to <span class="codefrag">&lt;Project-Folder&gt;/WEB-INF/lib</span>, where <span class="codefrag">&lt;Project-Folder&gt;</span> is the path to your web service project folder: </p>
+<p>To use the template, (1) copy the contents of <span class="codefrag">BEEHIVE_HOME/samples/wsm-blank</span> into your project folder, and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
+It is important to copy the <em>contents</em> of <span class="codefrag">wsm-blank</span> into your project folder, not the folder <span class="codefrag">wsm-blank</span> itself. After you have copied the contents of <span class="codefrag">wsm-blank</span> into your project folder, the following directory structure should exist:</p>
+<pre class="code">&lt;Project-Folder&gt;
+  WEB-INF
+  happyaxis.jsp
+  index.html</pre>
+<p>  The following Ant command will copy the necessary runtime JARs to <span class="codefrag">&lt;Project-Folder&gt;/WEB-INF/lib</span>, where <span class="codefrag">&lt;Project-Folder&gt;</span> is the path to your web service project folder: </p>
 <pre class="code">  ant 
     -f %BEEHIVE_HOME%\ant\buildWebapp.xml 
     -Dwebapp.dir=&lt;Project-Folder&gt;  

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	Thu Nov 18 14:01:49 2004
@@ -17,8 +17,8 @@
     <section>
         <title>Using the Control Project Template</title>
         <p>The following instruction assume that you have completed the basic Beehive set up procedure at <fork href="../setup.html">Set Up the Dev Environment</fork>.</p>
-  <p>To use the template, (1) copy its contents into your project folder (refered to as <code>&lt;Project-Folder></code> below), and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
-It is important to copy the <em>contents</em> of <code>netui-blank</code> into your project folder, not the <code>netui-blank</code> folder itself.  After you have copied the contents of <code>netui-blank</code> into your project folder, the following directory structure should exist:</p>
+  <p>To use the template, copy the contents of <code>BEEHIVE_HOME/samples/controls-blank</code> into your project folder (refered to as <code>&lt;Project-Folder></code> below).  An Ant build file is included in the control application template, which will compile your control project into a distributable JAR file.
+It is important to copy the <em>contents</em> of <code>controls-blank</code> into your project folder, not the <code>controls-blank</code> folder itself.  After you have copied the contents of <code>controls-blank</code> into your project folder, the following directory structure should exist:</p>
 <source>&lt;Project-Folder>
   src
   build.xml</source> 

Modified: incubator/beehive/site/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml
==============================================================================
--- incubator/beehive/site/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml	(original)
+++ incubator/beehive/site/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml	Thu Nov 18 14:01:49 2004
@@ -14,7 +14,7 @@
     <section>
         <title>Using the Page Flow Web App Template</title>
         <p>The following instruction assume that you have completed the basic Beehive set up procedure at <fork href="../setup.html">Set Up the Dev Environment</fork>.</p>
-  <p>To use the template, (1) copy its contents into your project folder (refered to as <code>&lt;Project-Folder></code> below), and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
+  <p>To use the template, (1) copy the contents of <code>BEEHIVE_HOME/samples/netui-blank</code> into your project folder (refered to as <code>&lt;Project-Folder></code> below), and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
 It is important to copy the <em>contents</em> of <code>netui-blank</code> into your project folder, not the <code>netui-blank</code> folder itself.  After you have copied the contents of <code>netui-blank</code> into your project folder, the following directory structure should exist:</p>
 <source>&lt;Project-Folder>
   resources

Modified: incubator/beehive/site/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
==============================================================================
--- incubator/beehive/site/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml	(original)
+++ incubator/beehive/site/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml	Thu Nov 18 14:01:49 2004
@@ -17,9 +17,13 @@
     <section>
         <title>Using the Web Service Template</title>
         <p>The following instruction assume that you have completed the basic Beehive set up procedure at <fork href="../setup.html">Set Up the Dev Environment</fork>.</p>
-  <p>To use the template, (1) copy its contents into your project folder, and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
-It is important to copy the <em>contents</em> of <code>wsm-blank</code> into your project folder, not the  
-  The following Ant command will copy the necessary runtime JARs to <code>&lt;Project-Folder>/WEB-INF/lib</code>, where <code>&lt;Project-Folder></code> is the path to your web service project folder: </p>
+  <p>To use the template, (1) copy the contents of <code>BEEHIVE_HOME/samples/wsm-blank</code> into your project folder, and (2) copy the runtime JARs to the project's WEB-INF/lib directory.
+It is important to copy the <em>contents</em> of <code>wsm-blank</code> into your project folder, not the folder <code>wsm-blank</code> itself. After you have copied the contents of <code>wsm-blank</code> into your project folder, the following directory structure should exist:</p>
+<source>&lt;Project-Folder>
+  WEB-INF
+  happyaxis.jsp
+  index.html</source>  
+<p>  The following Ant command will copy the necessary runtime JARs to <code>&lt;Project-Folder>/WEB-INF/lib</code>, where <code>&lt;Project-Folder></code> is the path to your web service project folder: </p>
 <source>  ant 
     -f %BEEHIVE_HOME%\ant\buildWebapp.xml 
     -Dwebapp.dir=&lt;Project-Folder>