You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/13 04:37:07 UTC

svn commit: r169921 - /incubator/beehive/trunk/user/samples-README.txt

Author: ekoneil
Date: Thu May 12 19:37:06 2005
New Revision: 169921

URL: http://svn.apache.org/viewcvs?rev=169921&view=rev
Log:
Fixup the samples README.txt to reflect the current set of samples as per a beehive-dev@ discussion the other day.

BB: self
DRT: Beehive pass / build.dist pass


Modified:
    incubator/beehive/trunk/user/samples-README.txt

Modified: incubator/beehive/trunk/user/samples-README.txt
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/user/samples-README.txt?rev=169921&r1=169920&r2=169921&view=diff
==============================================================================
--- incubator/beehive/trunk/user/samples-README.txt (original)
+++ incubator/beehive/trunk/user/samples-README.txt Thu May 12 19:37:06 2005
@@ -1,9 +1,10 @@
 Beehive Samples
 ---------------
 
-This directory contains (1) samples that demonstrate the capabilities of 
-Beehive controls, page flows, and web services and (2) application 
-templates you can use as development starting points.
+This directory contains:
+
+- samples that demonstrate the capabilities of Beehive controls, page flows, and web services 
+- application templates you can use as development starting points
 
 Instructions for running these samples are located at:
 
@@ -15,34 +16,32 @@
 
 The following list describes the function of each sample.
 
-    AddressBookWS
-       An annotation-aware version of the Apahce Axis AddressBook sample.
-
     controls-blank 
        A simple HelloWorld control to be used as a template for building
        more complex controls.
 
-    controls-db 
-       A database control that parses SQL statements, sends them to the                    
-       database, and handles the results sent back from the database.
-
-    EmployeeWS 
-       A web service that calls a database control.
+    controls-spring 
+       A basic controls enabled web project that demonstrates creating and using Beehive 
+       controls via Spring.
 
     netui-blank
-       A simple Page Flow to be used as a template for starting a more
-       complex Page Flow project.
+       A simple Page Flow to be used as a template for building a Page Flow enabled web project.
 
-    PetStoreDashboard 
-       A Swing client for the Petstore web service.
+    netui-samples 
+       A web project containing various NetUI samples.
 
     petstoreWeb 
        This sample demonstrates all three Beehive sub-projects: controls, 
-       page flows, and web services.  Petstore includes (1) a page flow based web site, 
+       Page Flows, and web services.  Petstore includes (1) a Page Flow based web site, 
        (2) controls for managing state and data retrieval, and (3) a web service 
-       interface for inventory management (PetStoreDashboard is a Swing client for 
-       this web service).  
+       interface for inventory management.
+
+    wsm-addressbook-enhanced
+       An annotation-aware version of the Apahce Axis AddressBook sample.
 
     wsm-blank 
-       A simple HelloWorld web service to be used a template for building more 
-       complex web services.
\ No newline at end of file
+       A simple HelloWorld web service to be used a template for a web services 
+       enabled web project.
+
+    wsm-samples 
+       A web project containing various web service metadata samples.