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 2005/05/21 01:37:50 UTC

svn commit: r171171 - in /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs: controls/getting_started.xml docs/index.xml pageflow/getting_started.xml wsm/getting_started.xml

Author: steveh
Date: Fri May 20 16:37:48 2005
New Revision: 171171

URL: http://svn.apache.org/viewcvs?rev=171171&view=rev
Log:
Updating the "getting started" topics.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/getting_started.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/docs/index.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/getting_started.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/getting_started.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/getting_started.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/getting_started.xml?rev=171171&r1=171170&r2=171171&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/getting_started.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/getting_started.xml Fri May 20 16:37:48 2005
@@ -16,16 +16,16 @@
 		        <ul>
             <li><a href="site:tutorial_control">Beehive Controls Tutorial</a></li>
         </ul>
-        <!--<p>The following <strong>sample</strong> demonstrates a Database control implementation:</p>
-        <ul>
-            <li><a href="site:db-sample">Database Control Sample</a></li>
-        </ul>-->
-        <p>The following <strong>application template</strong> will help you get a 
+        <p>The following <strong>project template</strong> will help you get a 
 			Control project started:</p>
         <ul>
-            <li><a href="site:control-blank">Control Project Template</a></li>
+            <li><a href="site:control-blank">Project: Control</a></li>
 
         </ul>
+
+			<p>The following <strong>project template</strong> will get your web service control project
+				started </p>
+			<ul><li><a href="site:ws-control-blank">Project: Web Service Control</a></li></ul>			
     </body>
     <footer>
     <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br/>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/docs/index.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/docs/index.xml?rev=171171&r1=171170&r2=171171&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/docs/index.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/docs/index.xml Fri May 20 16:37:48 2005
@@ -27,16 +27,19 @@
             <li><a href="site:tutorial_wsm">Beehive Web Service Tutorial</a></li>
         </ul>
         <p>Beehive ships with the following <strong>samples</strong>:</p>
-        <ul>
+       <ul>
             <li><a href="site:jpetstore">Petstore Sample</a></li>
             <li><a href="site:netui-samples">Page Flow Samples</a></li>
-            <li><a href="site:address-enhanced">AddressBookEnhancedWS Sample</a></li>
-        </ul>
-        <p>The following <strong>application templates</strong> will help you get a project started:</p>
+            <li><a href="site:netui-jsf">Page Flow: JSF Integration</a></li>
+            <li><a href="site:address-enhanced">Web Service: AddressBook Enhanced</a></li>
+            <li><a href="site:address-wsdl">Web Service: AddressBook from WSDL</a></li>
+        </ul> 
+        <p>The following <strong>project templates</strong> will help you get a project started:</p>
         <ul>
-            <li><a href="site:netui-blank">Page Flow Project Template</a></li>
-            <li><a href="site:control-blank">Control Project Template</a></li>
-            <li><a href="site:wsm-blank">Web Service Project Template</a></li>
+            <li><a href="site:netui-blank">Project: Page Flow</a></li>
+            <li><a href="site:control-blank">Project: Control</a></li>
+            <li><a href="site:wsm-blank">Project: Web Service</a></li>
+            <li><a href="site:ws-control-blank">Project: Web Service Control</a></li>
         </ul>
     </body>
     <footer>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/getting_started.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/getting_started.xml?rev=171171&r1=171170&r2=171171&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/getting_started.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/getting_started.xml Fri May 20 16:37:48 2005
@@ -14,22 +14,26 @@
         <p>The following <strong>tutorial</strong> will familiarize with the basic development cycle
 			Page Flow web applications:</p>
 		        <ul>
-            <li><a href="site:tutorial_pageflow">Beehive Page Flow Tutorial</a></li>
-        </ul>
-        <p>The following <strong>sample</strong> demonstrates individual Page Flow features:</p>
-        <ul>
-            <li><a href="site:netui-samples">Beehive Sample: Page Flow Samples</a></li>
+            <li><a href="site:tutorial_pageflow">Page Flow Tutorial</a></li>
         </ul>
         <p>The following <strong>sample</strong> demonstrates 
             a full Page Flow web application that uses multiple, modular Page Flows, and controls
 			to access back-end resources:</p>
         <ul>
-            <li><a href="site:jpetstore">Beehive Sample: Petstore</a></li>
+            <li><a href="site:jpetstore">Petstore</a></li>
+        </ul>
+        <p>The following <strong>sample</strong> demonstrates individual Page Flow features:</p>
+        <ul>
+            <li><a href="site:netui-samples">Page Flow Samples</a></li>
+        </ul>
+        <p>The following <strong>sample</strong> demonstrates integration with Java Server Faces:</p>
+        <ul>
+            <li><a href="site:netui-jsf">Page Flow: JSF Integration</a></li>
         </ul>
-        <p>The following <strong>application template</strong> will help you get a 
+        <p>The following <strong>project template</strong> will help you get a 
 			Page Flow project started:</p>
         <ul>
-            <li><a href="site:netui-blank">Page Flow Project Template</a></li>
+            <li><a href="site:netui-blank">Project: Page Flow</a></li>
 
         </ul>
     </body>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/getting_started.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/getting_started.xml?rev=171171&r1=171170&r2=171171&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/getting_started.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/getting_started.xml Fri May 20 16:37:48 2005
@@ -13,12 +13,16 @@
 			<ul><li><a href="site:tutorial_wsm">Beehive Web Service Tutorial</a></li></ul>
 			<p>The following <strong>sample</strong> demonstrates the basic Beehive 
 				web service features: </p>
-			<!--<ul><li><a href="site:address">AddressBook sample</a></li></ul>
-			<p>The following <strong>sample</strong> shows more advanced web service features, such as web parameters 
-				and "one way" methods.</p>-->
-			<ul><li><a href="site:address-enhanced">AddressBook-Enhanced sample</a></li></ul>
-			<!--<p>The following <strong>sample</strong> shows how to invoke a control from within a web service: </p>
-			<ul><li><a href="site:employee">Employee sample</a></li></ul>-->
+			<ul><li><a href="site:address-enhanced">Web Service: AddressBook Enhanced</a></li></ul>
+			<p>The following <strong>sample</strong> demonstrates how to genereate a web service 
+				from a WSDL file: </p>
+			<ul><li><a href="site:address-wsdl">Web Service: AddressBook from WSDL</a></li></ul>
+			<p>The following <strong>project template</strong> will get your web service project
+				started </p>
+			<ul><li><a href="site:wsm-blank">Project: Web Service</a></li></ul>
+			<p>The following <strong>project template</strong> will get your web service control project
+				started </p>
+			<ul><li><a href="site:ws-control-blank">Project: Web Service Control</a></li></ul>			
 	</body>
     <footer>
     <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br/>