You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/01/18 19:16:42 UTC

svn commit: rev 6207 - in incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs: . diagrams schema xml-schema

Author: akarasulu
Date: Sun Jan 18 10:16:41 2004
New Revision: 6207

Added:
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/schema/
      - copied from rev 6205, incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/xml-schema/
Removed:
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/diagrams/
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/schema/tmp0000.html
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/xml-schema/
Modified:
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/index.xml
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/navigation.xml
Log:
Moving stuff around


Modified: incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/index.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/index.xml	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/index.xml	Sun Jan 18 10:16:41 2004
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-
 <!--
  ============================================================================
                    The Apache Software License, Version 1.1
@@ -47,17 +46,23 @@
  on  behalf of the Apache Software  Foundation. For more  information on the
  Apache Software Foundation, please see <http://www.apache.org/>.
 -->
-
 <document>
-
   <properties>
     <author email="akarasulu@apache.org">Alex Karasulu</author>
-    <title>Eve Backend Schema's Bootstrap Syntax Registry</title>
+    <title>Bootstrap Syntax Registry</title>
   </properties>
-
   <body>
-    <section name="About the Bootstrap Syntax Registry">
-      <p>
+  <section name="About the Bootstrap Syntax Registry">
+    <p>
+Welcome! This page describes the Bootstrap Syntax Registry, a component within 
+Eve's backend under the schema subsystem.
+    </p>
+    <p>
+Eve must be able to resolve schema syntax definitions based either on name or OID.
+The SyntaxRegistry service interface provides for easy lookup and registration of
+schema syntaxes.
+    </p>
+    <p>
 On startup Eve does not have certain resources available to it.  One of these
 resources is the system backend where the schema data is stored and maintained.
 The standard syntax registry used to manage syntaxes within the server uses the
@@ -65,37 +70,39 @@
 registries in the solid state of the server use the system backend as the 
 backing store for their respective entities.   On startup certain syntaxes are 
 are required just to initialize the system backend.  Rather than impose cyclic
-dependencies between components we've created a transient bootstrapping version
-of the syntax registry to provided the necessary syntaxes just during server
-startup.  
-      </p>
-      <subsection name="Overview"> 
-        <table>      
-          <tr><th>Utility</th><th>Description</th></tr>
-          <tr>
-            <td><a href="defaults/index.html">Defaults</a></td>
-            <td>Collection and consilidation of properties.</td>
-          </tr>
-          <tr>
-            <td><a href="env/index.html">Environment</a></td>
-            <td>A static class that provides access to environment
-                variables across different operating systems.</td>
-          </tr>
-          <tr>
-            <td><a href="exception/index.html">Exception</a></td>
-            <td>A static class that provides support for report
-                generation from cascading exceptions.</td>
-          </tr>
-          <tr>
-            <td><a href="factory/index.html">Factory</a></td>
-            <td>A generic factory interface and a default 
-                map implementation.</td>
-          </tr>
-        </table>
-      </subsection>
-    </section>
+dependencies between components we've created a transient bootstrapping
+component implementation of the SyntaxRegistry service to provide the required
+syntaxes for startup just during server initialization.  
+    </p>
+    <subsection name="Overview">
+      <table>
+        <tr>
+          <th>Resource</th>
+          <th>Description</th>
+        </tr>
+        <tr>
+          <td><a href="uml/components/index.html">Components</a></td>
+          <td>A UML Component relationship diagram.</td>
+        </tr>
+        <tr>
+          <td><a href="uml/classes/index.html">Classes</a></td>
+          <td>A UML Class diagram</td>
+        </tr>
+        <tr>
+          <td><a href="xml-schema/index.html">Schema</a></td>
+          <td>
+            XML Schema documentation for the XML configuration.
+          </td>
+        </tr>
+        <tr>
+          <td><a 
+            href="../classes/org/apache/eve/schema/MerlinBootstrapSyntaxRegistry.xconfig"
+            >Configuration</a>
+          </td>
+          <td>The XML Configuration for this component.</td>
+        </tr>
+      </table>
+    </subsection>
+  </section>
   </body>
 </document>
-
-
-

Modified: incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/navigation.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/navigation.xml	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/xdocs/navigation.xml	Sun Jan 18 10:16:41 2004
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
  ============================================================================
                    The Apache Software License, Version 1.1
@@ -47,24 +46,19 @@
  on  behalf of the Apache Software  Foundation. For more  information on the
  Apache Software Foundation, please see http://www.apache.org/.
 -->
-
 <project>
-
- <title>Eve Backend Schema Bootstrap Syntax Registry</title>
-
- <body>
-
+  <title>Bootstrap Syntax Registry</title>
+  <body>
     <links>
       <item name="Apache" href="http://apache.org/"/>
       <item name="Directory" href="http://directory.apache.org/"/>
     </links>
-
     <menu name="About Utilities">
       <item name="Overview" href="/index.html"/>
-      <item name="Component Diagram" href="/exception/index.html"/>
+      <item name="UML Component Diagram" href="/uml/components/index.html"/>
+      <item name="UML Class Diagram" href="/uml/classes/index.html"/>
       <item name="XML Schema" href="/xml-schema/index.html"/>
       <item name="XML Configuration" href="../classes/org/apache/eve/schema/MerlinBootstrapSyntaxRegistry.xconfig"/>
     </menu>
- </body>
-
+  </body>
 </project>