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/03 20:14:25 UTC

svn commit: rev 56512 - in incubator/beehive/branches/v1/alpha: . docs

Author: steveh
Date: Wed Nov  3 11:14:25 2004
New Revision: 56512

Added:
   incubator/beehive/branches/v1/alpha/docs/README.txt   (contents, props changed)
Modified:
   incubator/beehive/branches/v1/alpha/build.xml
Log:
A fix for Jira #56: Beehive distro needs README pointing at docs & website

Modified: incubator/beehive/branches/v1/alpha/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/build.xml	(original)
+++ incubator/beehive/branches/v1/alpha/build.xml	Wed Nov  3 11:14:25 2004
@@ -314,6 +314,9 @@
                 <include name="LICENSE.TXT"/>
                 <include name="NOTICE.txt"/>
             </fileset>
+            <fileset dir="${os.BEEHIVE_HOME}/docs">
+                <include name="README.txt"/>
+            </fileset>
         </copy>
 
         <property name="webapp.name" value="netui-blank"/>

Added: incubator/beehive/branches/v1/alpha/docs/README.txt
==============================================================================
--- (empty file)
+++ incubator/beehive/branches/v1/alpha/docs/README.txt	Wed Nov  3 11:14:25 2004
@@ -0,0 +1,33 @@
+
+                                 APACHE BEEHIVE
+ 
+
+  What is Beehive? 
+  -----------
+  
+  The goal of Beehive is to make J2EE programming easier by using JSR-175 metadata annotations
+  to simplify the most complex J2EE coding tasks.  Beehive is divided into three
+  sub-projects:
+
+     Page Flows -- Page Flows are built on top of Struts.  The JSR-175 programming model
+                   allows for automatic updating of Struts configuration files as well as 
+                   easy tooling inside of IDEs.
+
+     Controls -- Controls are a framework for building lightweight J2EE components.
+
+     Web Services -- The web services project implements JSR-181, a metadata annotation 
+                     driven programming model for web services.
+
+
+  Documentation
+  -------------
+
+  Complete documentation, including a users guide, tutorials, and instructions for running samples,
+  is available online at
+
+    http://incubator.apache.org/beehive/index.html
+
+  Reference documentation is available in the following distribution JAR
+
+    apache-beehive-incubating-1.0-alpha-XXX-docs.jar 
+