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 2006/01/28 03:56:10 UTC

svn commit: r373074 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: controls/overview.xml controls/projects.xml index.xml

Author: ekoneil
Date: Fri Jan 27 18:56:02 2006
New Revision: 373074

URL: http://svn.apache.org/viewcvs?rev=373074&view=rev
Log:
Remove additional references to JSR-175 metadata and the "corporate" developer.

BB: self
Test: docs build pass


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/overview.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/index.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/overview.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/overview.xml?rev=373074&r1=373073&r2=373074&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/overview.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/overview.xml Fri Jan 27 18:56:02 2006
@@ -146,8 +146,8 @@
                     constructed, with discrete operations defined as methods on the control. For example, it is possible
                     to define a custom operation on a Control type representing a JMS queue resource that uses metadata
                     attributes to define the format of the message with message contents set from message parameters.
-                    This enables the professional developer (or even the corporate developer) to construct new
-                    customized facades for resource access with a minimum of effort.
+                    This enables an application developer to construct new customized facades for resource access 
+                    less effort.
                 </p>
                 <p>
                     The goal of the Controls architecture is not to define the standards for how specific resource types

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml?rev=373074&r1=373073&r2=373074&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml Fri Jan 27 18:56:02 2006
@@ -15,7 +15,7 @@
             how to build Controls in each of these project types.  
             </p>
             <p>
-            Because Controls use <a href="site:jsr/n175">JSR 175</a> annotations as a metadata model, Controls require the 
+            Because Controls use Java annotations as a metadata model, Controls require the 
             <a href="site:annotationprocessing">annotation processing</a> features available in J2SE 5.0.  As such, a special Ant
             build <a href="site:ant16/macros">macro</a> is used to process annotations and produce any build-time configuration
             artifacts (such as XML files and deployment descriptors) and binary class files.  The API for 

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/index.xml?rev=373074&r1=373073&r2=373074&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/index.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/index.xml Fri Jan 27 18:56:02 2006
@@ -7,8 +7,8 @@
     <body>
         <p>
         Welcome to Beehive!  Apache Beehive is a project focused on building ease-of-use frameworks for enterprise Java applications.  
-        Using <a href="site:jsr/n175">JSR 175</a> metadata for configuration and declarative programming, Beehive reduces the
-        amount of coding necessary for building enterprise applications.
+        Using Java 5.0 annotations for configuration and declarative programming, Beehive reduces the amount of coding necessary for 
+        building enterprise applications.
         </p>
         <p>
         Beehive consists of several projects which can be used either together or seprately depending on the requirements of an application.