You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/09/01 01:38:07 UTC

svn commit: r265605 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: controls/sampleControlsBlank.xml netui/jspOverview.xml netui/pageFlowControllers.xml site.xml

Author: rich
Date: Wed Aug 31 16:37:58 2005
New Revision: 265605

URL: http://svn.apache.org/viewcvs?rev=265605&view=rev
Log:
Very minor changes -- typo, hyperlink annotations, "Netui" -> "NetUI", etc.

tests: build.release in docs/forrest


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sampleControlsBlank.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/jspOverview.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/pageFlowControllers.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sampleControlsBlank.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sampleControlsBlank.xml?rev=265605&r1=265604&r2=265605&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sampleControlsBlank.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sampleControlsBlank.xml Wed Aug 31 16:37:58 2005
@@ -48,7 +48,7 @@
   <p>The following Ant command will compile the control template.</p>
 <source>ant -f <strong>&lt;Path-to-Project-Folder></strong>\build.xml build</source>
     <p>This will produce a distributable JAR file at: <code>&lt;Project-Folder>/build/mycontrols.jar</code>.</p>
-    <p>To use the JAR in your other projects (like a web app project or a web service project), copy 
+    <p>To use the JAR in your other projects (like a web project or a web service project), copy 
 		<code>mycontrols.jar</code> into the project's <code>WEB-INF/lib</code> directory.</p>
 	<p>(To change the name of the generated JAR file, edit the following line in
 		<code>build.xml</code>.)</p>

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/jspOverview.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/jspOverview.xml?rev=265605&r1=265604&r2=265605&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/jspOverview.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/jspOverview.xml Wed Aug 31 16:37:58 2005
@@ -14,7 +14,7 @@
             <a href="../apidocs/taglib/taglib-overview-summary.html">tag library API documentation</a>
             describes all of the details.
         </p>
-        <p> There tag libraries provided by NetUI are:
+        <p> The tag libraries provided by NetUI are:
         </p>
         <ul>
             <li><a href="../apidocs/taglib/taglib-overview-summary.html#netui"><code>&lt;netui:xxx></code></a> --
@@ -195,7 +195,7 @@
     </p>
 
     <ul>
-      <li><a href="site:netuiProjects">NetUI Web App Project Model</a></li>
+      <li><a href="site:netuiProjects">NetUI Project Model</a></li>
     </ul>
   </section>
 

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/pageFlowControllers.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/pageFlowControllers.xml?rev=265605&r1=265604&r2=265605&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/pageFlowControllers.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/pageFlowControllers.xml Wed Aug 31 16:37:58 2005
@@ -43,10 +43,13 @@
 
     <p>
     Additionally, Beehive weaves magic into controller classes using metadata annotations.
-    The <code>Jpf.Controller</code> annotation is a required marker on any NetUI 
-    controller class.  The <code>@Jpf</code> annotation alerts the
-    compiler that this class is a special Page Flow controller class, instead of a typical
-    Java class. 
+    The
+    <a href="../apidocs/classref_netui/org/apache/beehive/netui/pageflow/annotations/Jpf.Controller.html">
+        <code>@Jpf.Controller</code>
+    </a>
+    annotation is a required marker on any NetUI controller class.  The <code>@Jpf.Controller</code>
+    annotation alerts the compiler that this class is a special Page Flow controller class, instead
+    of a typical Java class. 
     </p>
 
 <source>

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml?rev=265605&r1=265604&r2=265605&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml Wed Aug 31 16:37:58 2005
@@ -15,7 +15,7 @@
         <pageflow label="NetUI">        
             <netuiIntro label="Introduction">
                 <pageflow_getting_started label="Getting Started" href="netui/getting_started.html"/>
-                <pageflow_overview label="Netui Overview" href="netui/overview.html"/>
+                <pageflow_overview label="NetUI Overview" href="netui/overview.html"/>
                 <pageflow_controllers label="Controller Classes" href="netui/pageFlowControllers.html"/>
                 <pageflow_jsp label="JSP Files" href="netui/jspOverview.html">
                     <pageflow_jspOverview_SimpleLinking href="#SimpleLinking" />
@@ -27,6 +27,7 @@
             <netuiBasic label="Basic Topics">
                 <databinding label="Databinding" href="netui/databinding.html">
                     <databinding_container href="#implicit-objects-netui-container" />
+                    <databinding_implicitObjectsNetui href="#implicit-objects-netui" />
                 </databinding>
                 <pageflow_valid label="Validation" href="netui/validation.html"/>
                 <pageflow_jsf label="Java Server Faces" href="netui/jsf.html"/>
@@ -73,7 +74,7 @@
             <pageflow_advanced label="Advanced Topics">
                 <pageflow_inheritance label="Inheritance" href="netui/pageFlowInheritance.html"/>
                 <pageflow_sharedFlow label="Shared Flow" href="netui/sharedFlow.html"/>
-                <pageflow_sharedFlowVsInheritance label="Shared Flow vs. Inheritance" href="netui/sharedFlow_vs_inheritance.html"/>
+                <pageflow_sharedFlowVsInheritance href="netui/sharedFlow_vs_inheritance.html"/>
                 <pageflow_popups label="Popup Windows" href="netui/popupWindows.html"/>
                 <pageflow_servlet_adapter label="Servlet Container Adapters" href="netui/servlet_container_adapters.html"/>
                 <devmode label="Development Mode" href="netui/dev_mode.html"/>