Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1387 - in development/laboratory/central/site/src/docs/planet/components: . jdo space

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: r1387 - in development/laboratory/central/site/src/docs/planet/components: . jdo space
  • Date: Tue, 04 Jan 2005 21:04:09 +0100

Author: pneubauer
Date: Tue Jan 4 21:04:09 2005
New Revision: 1387

Added:
development/laboratory/central/site/src/docs/planet/components/jdo/

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

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

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

development/laboratory/central/site/src/docs/planet/components/space/navigation.xml
Modified:
development/laboratory/central/site/src/docs/planet/components/index.xml

development/laboratory/central/site/src/docs/planet/components/navigation.xml
Log:
added some more components


Modified:
development/laboratory/central/site/src/docs/planet/components/index.xml
==============================================================================
--- development/laboratory/central/site/src/docs/planet/components/index.xml
(original)
+++ development/laboratory/central/site/src/docs/planet/components/index.xml
Tue Jan 4 21:04:09 2005
@@ -15,18 +15,28 @@
<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>
+ <tr>
+ <td><a href="space/index.html">Space</a></td>
+ <td>
+ A Java Spaces inspired implementation of LINDA tuples
+ </td>
+ </tr>
+ <tr>
+ <td><a href="jdo/index.html">JDO</a></td>
+ <td>
+ A wrapper around different JDO implementations
+ </td>
+ </tr>
</table>

</section>

Added:
development/laboratory/central/site/src/docs/planet/components/jdo/index.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/jdo/index.xml
Tue Jan 4 21:04:09 2005
@@ -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.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="JDO">
+
+ <p>
+ The JDO component provides a single entry wrapper for JDO access</p>
+ </section>
+ </body>
+
+</document>
+
+
+
+

Added:
development/laboratory/central/site/src/docs/planet/components/jdo/navigation.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/jdo/navigation.xml
Tue Jan 4 21:04:09 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>JDO</title>
+
+ <body>
+ <menu>
+ <!--item name="Configuration" href="config/index.html"/-->
+ </menu>
+ </body>
+
+</project>

Modified:
development/laboratory/central/site/src/docs/planet/components/navigation.xml
==============================================================================
---
development/laboratory/central/site/src/docs/planet/components/navigation.xml
(original)
+++
development/laboratory/central/site/src/docs/planet/components/navigation.xml
Tue Jan 4 21:04:09 2005
@@ -26,6 +26,8 @@

<menu>
<item name="Transitionmachine" href="transitionmachine/index.html"/>
+ <item name="Space" href="space/index.html"/>
+ <item name="JDO" href="jdo/index.html"/>
</menu>

</body>

Added:
development/laboratory/central/site/src/docs/planet/components/space/index.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/space/index.xml
Tue Jan 4 21:04:09 2005
@@ -0,0 +1,38 @@
+<?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>Space</title>
+ </properties>
+
+ <body>
+ <section name="Space">
+
+ <p>
+ The Space component provides a simple Java Spaces inspired
implementation
+ of LINDA tuples</p>
+ </section>
+ </body>
+
+</document>
+
+
+
+

Added:
development/laboratory/central/site/src/docs/planet/components/space/navigation.xml
==============================================================================
--- (empty file)
+++
development/laboratory/central/site/src/docs/planet/components/space/navigation.xml
Tue Jan 4 21:04:09 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>



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

Archive powered by MHonArc 2.6.24.

Top of Page