Author: mcconnell
Date: Tue Jun 29 18:12:55 2004
New Revision: 22282

Added:
   avalon/trunk/central/site/src/xdocs/planet/facilities/finder/
   avalon/trunk/central/site/src/xdocs/planet/facilities/finder/api.xml
   avalon/trunk/central/site/src/xdocs/planet/facilities/finder/impl.xml
   avalon/trunk/central/site/src/xdocs/planet/facilities/finder/index.xml
   avalon/trunk/central/site/src/xdocs/planet/facilities/finder/navigation.xml
Modified:
   avalon/trunk/central/site/src/xdocs/planet/facilities/navigation.xml
Log:
move finder docs to central

Added: avalon/trunk/central/site/src/xdocs/planet/facilities/finder/api.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/finder/api.xml        Tue 
Jun 29 18:12:55 2004
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+
+<!-- 
+ Copyright 2004 Apache Software Foundation
+ Licensed  under the  Apache License,  Version 2.0  (the "License");
+ you may not use  this file  except in  compliance with the License.
+ You may obtain a copy of the License at 
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software
+ distributed  under the  License is distributed on an "AS IS" BASIS,
+ WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+ implied.
+ 
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+    <properties>
+        <author email="[EMAIL PROTECTED]">Stephen McConnell</author>
+        <title>Avalon Finder</title>
+    </properties>
+    <body>
+        <section name="Finder">
+          <subsection name="API">
+            <p>
+A simple and evolving API aimed to meet the operational requirements of 
+components requiring a dynamic service activation facility.
+            </p>
+          </subsection>
+        </section>
+    </body>
+</document>
+
+

Added: avalon/trunk/central/site/src/xdocs/planet/facilities/finder/impl.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/finder/impl.xml       Tue 
Jun 29 18:12:55 2004
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+
+<!-- 
+ Copyright 2004 Apache Software Foundation
+ Licensed  under the  Apache License,  Version 2.0  (the "License");
+ you may not use  this file  except in  compliance with the License.
+ You may obtain a copy of the License at 
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software
+ distributed  under the  License is distributed on an "AS IS" BASIS,
+ WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+ implied.
+ 
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+    <properties>
+        <author email="[EMAIL PROTECTED]">Stephen McConnell</author>
+        <title>Avalon Finder</title>
+    </properties>
+    <body>
+        <section name="Finder">
+          <subsection name="Implementation">
+            <p>
+A simple default implementation of a finder that aquires services 
+through interaction with the composition meta-model.
+            </p>
+          </subsection>
+        </section>
+    </body>
+</document>
+
+

Added: avalon/trunk/central/site/src/xdocs/planet/facilities/finder/index.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/finder/index.xml      Tue 
Jun 29 18:12:55 2004
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+
+<!-- 
+ Copyright 2004 Apache Software Foundation
+ Licensed  under the  Apache License,  Version 2.0  (the "License");
+ you may not use  this file  except in  compliance with the License.
+ You may obtain a copy of the License at 
+ 
+   http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software
+ distributed  under the  License is distributed on an "AS IS" BASIS,
+ WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+ implied.
+ 
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<document>
+    <properties>
+        <author email="[EMAIL PROTECTED]">Stephen McConnell</author>
+        <title>Avalon Finder</title>
+    </properties>
+    <body>
+        <section name="Finder">
+          <subsection name="Overview">
+            <p>
+This is a framework for pull based service activation.  The purpose 
+of this facility is to address the resolution of ECM and Fortress
+semantics whereby services are activated as a result of a request
+as opposed to the classic compositon approach of push-based 
+directives.
+            </p>
+          </subsection>
+          <subsection name="Structure">
+            <table>
+              <tr><th>Name</th><th>Description</th></tr>
+              <tr>
+                <td>API</td>
+                <td>
+                The finder api used in support of dynamic
+                pull-based service activation.
+                </td>
+              </tr>
+              <tr>
+                <td>Implementation</td>
+                <td>
+                A default implementation of the finder that 
+                interacts with the composition model to resolve
+                services dynamically.
+                </td>
+              </tr>
+            </table>
+          </subsection>
+        </section>
+    </body>
+</document>
+
+

Added: avalon/trunk/central/site/src/xdocs/planet/facilities/finder/navigation.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/finder/navigation.xml Tue 
Jun 29 18:12:55 2004
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!-- 

+ Copyright 2004 Apache Software Foundation

+ Licensed  under the  Apache License,  Version 2.0  (the "License");

+ you may not use  this file  except in  compliance with the License.

+ You may obtain a copy of the License at 

+ 

+   http://www.apache.org/licenses/LICENSE-2.0

+ 

+ Unless required by applicable law or agreed to in writing, software

+ distributed  under the  License is distributed on an "AS IS" BASIS,

+ WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or

+ implied.

+ 

+ See the License for the specific language governing permissions and

+ limitations under the License.

+-->

+

+<project>

+

+  <title>Finder</title>

+

+  <body>

+    <menu>

+      <item name="API" href="api.html"/>

+      <item name="Implementation" href="impl.html"/>

+    </menu>

+  </body>

+

+</project>


Modified: avalon/trunk/central/site/src/xdocs/planet/facilities/navigation.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/planet/facilities/navigation.xml        
(original)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/navigation.xml        Tue 
Jun 29 18:12:55 2004
@@ -19,11 +19,11 @@
 
 <project>
 
- <title>Merlin</title>
+ <title>Avalon Planet</title>
 
   <body>
     <menu>
-      <item name="Finder" href="finder.html"/>
+      <item name="Finder" href="finder/index.html"/>
       <item name="HTTP" href="http.html"/>
       <item name="JMX" href="jmx.html"/>
     </menu>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to