Skip to Content.
Sympa Menu

notify-dpml - r1909 - in trunk/central/site/src/docs/metro/component: . semantics

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1909 - in trunk/central/site/src/docs/metro/component: . semantics
  • Date: Tue, 13 Mar 2007 17:08:39 +0100

Author: mcconnell
Date: 2007-03-13 17:08:38 +0100 (Tue, 13 Mar 2007)
New Revision: 1909

Added:
trunk/central/site/src/docs/metro/component/semantics/
trunk/central/site/src/docs/metro/component/semantics/context.xml
trunk/central/site/src/docs/metro/component/semantics/index.xml
trunk/central/site/src/docs/metro/component/semantics/logging.xml
trunk/central/site/src/docs/metro/component/semantics/navigation.xml
trunk/central/site/src/docs/metro/component/semantics/parts.xml
Modified:
trunk/central/site/src/docs/metro/component/index.xml
trunk/central/site/src/docs/metro/component/navigation.xml
Log:


Modified: trunk/central/site/src/docs/metro/component/index.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/index.xml 2007-03-13
07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/index.xml 2007-03-13
16:08:38 UTC (rev 1909)
@@ -10,6 +10,28 @@
<body>

<section name="Component Strategy">
+
+ <p>
+ The Metro component strategy is an object model supporting the formal
+ commissioning and decommissioning of objects taking into account thread
+ safety, lifestyle, lifecycle, and structural composition. Resources
+ supporting strategy delivery include the following:
+ </p>
+
+ <ol>
+ <li>runtime <a href="policies/index.html">policies</a> dealing with
+ activation, instantiation, and garbage collection</li>
+ <li>formal <a href="semantics/index.html">semantics</a> and patterns
+ through which a class can declare a runtime
+ <a href="semantics/context.html">context</a> (including
+ service and resource dependencies), and the internal
+ <a href="semantics/parts.html">parts</a> defining a component
+ structure</li>
+ <li>class level <a href="annotation/index.html">annotations</a> that

+ associate runtime policies and supporting metadata with a
class</li>
+ <li>packaged default deployment <a
href="profile/index.html">profiles</a></li>
+ <li>url resolvable deployment <a
href="profile/index.html">directives</a></li>
+ </ol>

</section>


Modified: trunk/central/site/src/docs/metro/component/navigation.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/navigation.xml 2007-03-13
07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/navigation.xml 2007-03-13
16:08:38 UTC (rev 1909)
@@ -28,6 +28,7 @@
<item name="Annotations" href="annotation/index.html"/>
<item name="Runtime Policies" href="policies/index.html"/>
<item name="Lifecycle Graphs" href="lifecycle/index.html"/>
+ <item name="Component Semantics" href="semantics/index.html"/>
<item name="Component Directives" href="directive/index.html"/>
<item name="Packaged Profiles" href="profile/index.html"/>
</menu>

Added: trunk/central/site/src/docs/metro/component/semantics/context.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/semantics/context.xml
2007-03-13 07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/semantics/context.xml
2007-03-13 16:08:38 UTC (rev 1909)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Metro Component Semantics</title>
+ </properties>
+
+ <body>
+
+ <section name="Component Semantics">
+
+ <p>
+ </p>
+
+ </section>
+
+ </body>
+
+</document>

Added: trunk/central/site/src/docs/metro/component/semantics/index.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/semantics/index.xml
2007-03-13 07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/semantics/index.xml
2007-03-13 16:08:38 UTC (rev 1909)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Metro Component Semantics</title>
+ </properties>
+
+ <body>
+
+ <section name="Component Semantics">
+
+ <p>
+ </p>
+
+ </section>
+
+ </body>
+
+</document>

Added: trunk/central/site/src/docs/metro/component/semantics/logging.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/semantics/logging.xml
2007-03-13 07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/semantics/logging.xml
2007-03-13 16:08:38 UTC (rev 1909)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Metro Component Semantics</title>
+ </properties>
+
+ <body>
+
+ <section name="Component Semantics">
+
+ <p>
+ </p>
+
+ </section>
+
+ </body>
+
+</document>

Added: trunk/central/site/src/docs/metro/component/semantics/navigation.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/semantics/navigation.xml
2007-03-13 07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/semantics/navigation.xml
2007-03-13 16:08:38 UTC (rev 1909)
@@ -0,0 +1,35 @@
+<?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>Component Strategy</title>
+
+ <body>
+
+ <menu>
+ <item name="Logging" href="logging.html"/>
+ <item name="Context" href="context.html"/>
+ <item name="Parts" href="parts.html"/>
+ </menu>
+
+ </body>
+
+</project>

Added: trunk/central/site/src/docs/metro/component/semantics/parts.xml
===================================================================
--- trunk/central/site/src/docs/metro/component/semantics/parts.xml
2007-03-13 07:24:37 UTC (rev 1908)
+++ trunk/central/site/src/docs/metro/component/semantics/parts.xml
2007-03-13 16:08:38 UTC (rev 1909)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<document>
+
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>DPML Metro Component Semantics</title>
+ </properties>
+
+ <body>
+
+ <section name="Component Semantics">
+
+ <p>
+ </p>
+
+ </section>
+
+ </body>
+
+</document>




  • r1909 - in trunk/central/site/src/docs/metro/component: . semantics, mcconnell at BerliOS, 03/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page