Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1386 - in development/laboratory/central/site/src/docs/planet: . components components/transitionmachine

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: pneubauer AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1386 - in development/laboratory/central/site/src/docs/planet: . components components/transitionmachine
  • Date: Tue, 04 Jan 2005 20:26:28 +0100

Author: pneubauer
Date: Tue Jan 4 20:26:28 2005
New Revision: 1386

Added:
development/laboratory/central/site/src/docs/planet/components/
development/laboratory/central/site/src/docs/planet/components/index.xml

development/laboratory/central/site/src/docs/planet/components/navigation.xml

development/laboratory/central/site/src/docs/planet/components/transitionmachine/

development/laboratory/central/site/src/docs/planet/components/transitionmachine/index.xml

development/laboratory/central/site/src/docs/planet/components/transitionmachine/navigation.xml
Modified:
development/laboratory/central/site/src/docs/planet/index.xml
development/laboratory/central/site/src/docs/planet/navigation.xml
Log:
some initial stub on documentation of components


Added:
development/laboratory/central/site/src/docs/planet/components/index.xml
==============================================================================
--- (empty file)
+++ development/laboratory/central/site/src/docs/planet/components/index.xml
Tue Jan 4 20:26:28 2005
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+ <properties>
+ <title>DPML COmponent Repository</title>
+ </properties>
+
+ <body>
+ <section name="DPML Components">
+
+ <p>
+ This is the home of the DPML component documentation.
+ </p>
+
+ <table>
+ <tr>
+ <th>Component</th>
+ <th>Industry</th>
+ <th>Intent</th>
+ </tr>
+ <tr>
+ <td><a href="transitionmachine/index.html">Transition
Machine</a></td>
+ <td>automation</td>
+ <td>
+ As opposed to a state machine, this is a system to
manage states and transitions, where
+ the bulk of the logic is expressed in transitions and
transition events instead of states and their
+ exits.
+ </td>
+ </tr>
+ </table>
+
+ </section>
+ </body>
+</document>
+

Added:
development/laboratory/central/site/src/docs/planet/components/navigation.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/navigation.xml
Tue Jan 4 20:26:28 2005
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Copyright 2004 Stephen McConnell
+
+ 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.dpml.net/central/about/legal/
+
+ 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>COmponents</title>
+
+ <body>
+
+ <menu>
+ <item name="Transitionmachine" href="transitionmachine/index.html"/>
+ </menu>
+
+ </body>
+
+</project>

Added:
development/laboratory/central/site/src/docs/planet/components/transitionmachine/index.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/transitionmachine/index.xml
Tue Jan 4 20:26:28 2005
@@ -0,0 +1,39 @@
+<?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.dpml.net/central/about/legal/
+
+ 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>
+ <title>DPML Guide</title>
+ </properties>
+
+ <body>
+ <section name="Transition Machine">
+
+ <p>
+ The Transition Machine component tries to keep the complexity of
handling
+ a network of transitions between states to a minimum by placing most
of the logic
+ in event handlers that trigger transitions</p>
+ </section>
+ </body>
+
+</document>
+
+
+
+

Added:
development/laboratory/central/site/src/docs/planet/components/transitionmachine/navigation.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/transitionmachine/navigation.xml
Tue Jan 4 20:26:28 2005
@@ -0,0 +1,29 @@
+<?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.dpml.net/central/about/legal/
+
+ 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>Metro</title>
+
+ <body>
+ <menu>
+ <!--item name="Configuration" href="config/index.html"/-->
+ </menu>
+ </body>
+
+</project>

Modified: development/laboratory/central/site/src/docs/planet/index.xml
==============================================================================
--- development/laboratory/central/site/src/docs/planet/index.xml
(original)
+++ development/laboratory/central/site/src/docs/planet/index.xml Tue
Jan 4 20:26:28 2005
@@ -23,15 +23,17 @@
<tr>
<td><a href="facilities/index.html">Facilities</a></td>
<td>
- They are extensions to components. For example
- the http-facility makes it possible to access a components
via the
+ They are extensions to components. A facility declares the
context dependency to the Metro
+ internal containment/component model and has thus access to
any deployed component in the system,
+ making for the provision of implicit services for other
components.
+ For example the http-facility makes it possible to access a
components via the
HTTP protocol.
</td>
</tr>
<tr>
<td><a href="components/index.html">Components</a></td>
<td>
- Ready made components.
+ Ready made components that can be used out of the box.
</td>
</tr>
</table>

Modified: development/laboratory/central/site/src/docs/planet/navigation.xml
==============================================================================
--- development/laboratory/central/site/src/docs/planet/navigation.xml
(original)
+++ development/laboratory/central/site/src/docs/planet/navigation.xml Tue
Jan 4 20:26:28 2005
@@ -26,8 +26,8 @@

<menu>
<item name="Facilities" href="facilities/index.html"/>
+ <item name="Components" href="components/index.html"/>
</menu>
-
</body>

</project>



  • svn commit: r1386 - in development/laboratory/central/site/src/docs/planet: . components components/transitionmachine, pneubauer, 01/04/2005

Archive powered by MHonArc 2.6.24.

Top of Page