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/04 20:37:02 UTC

svn commit: rev 56616 - in incubator/beehive/branches/v1/alpha: . samples samples/PetStoreDashboard

Author: steveh
Date: Thu Nov  4 11:37:01 2004
New Revision: 56616

Added:
   incubator/beehive/branches/v1/alpha/samples/README.txt   (contents, props changed)
Removed:
   incubator/beehive/branches/v1/alpha/samples/PetStoreDashboard/README.txt
Modified:
   incubator/beehive/branches/v1/alpha/build.xml
Log:
Removing README.txt from the Dashboard sample to avoid duplication with the live site.
Adding README.txt to the main samples folder, telling users to go to the live site for all samples info. (Will re-evaluate the location of the samples info for Beta: should the canonical info be on the live site, or in the sample directories?)

Modified: incubator/beehive/branches/v1/alpha/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/build.xml	(original)
+++ incubator/beehive/branches/v1/alpha/build.xml	Thu Nov  4 11:37:01 2004
@@ -401,6 +401,10 @@
              antfile="build.xml" 
 	          target="clean"
 	          inheritall="false"/>
+	          	    
+        <copy todir="${dist.dir}/samples" failOnError="true">
+            <fileset file="samples/README.txt"/>
+        </copy>
 
     </target>
 

Added: incubator/beehive/branches/v1/alpha/samples/README.txt
==============================================================================
--- (empty file)
+++ incubator/beehive/branches/v1/alpha/samples/README.txt	Thu Nov  4 11:37:01 2004
@@ -0,0 +1,34 @@
+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.
+
+Instructions for running these samples are located at:
+
+    http://incubator.apache.org/beehive/
+
+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.
+
+    PetStoreDashboard -- A Swing client for the Petstore web service.
+
+    petstoreWeb -- This sample demonstrates all three Beehive sub-projects: controls, 
+                   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).  
+
+    wsm-blank -- A simple HelloWorld web service to be used a template for building more 
+                 complex web services.
\ No newline at end of file