Skip to Content.
Sympa Menu

notify-dpml - r1284 - in trunk/main/central/src/docs: metro/directives/type transit/setup

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: r1284 - in trunk/main/central/src/docs: metro/directives/type transit/setup
  • Date: Tue, 28 Mar 2006 16:50:00 +0200

Author: mcconnell
Date: 2006-03-28 16:49:59 +0200 (Tue, 28 Mar 2006)
New Revision: 1284

Added:
trunk/main/central/src/docs/transit/setup/index.xml
trunk/main/central/src/docs/transit/setup/navigation.xml
Modified:
trunk/main/central/src/docs/metro/directives/type/index.xml
Log:
housekeeping

Modified: trunk/main/central/src/docs/metro/directives/type/index.xml
===================================================================
--- trunk/main/central/src/docs/metro/directives/type/index.xml 2006-03-28
14:22:00 UTC (rev 1283)
+++ trunk/main/central/src/docs/metro/directives/type/index.xml 2006-03-28
14:49:59 UTC (rev 1284)
@@ -14,11 +14,19 @@
<subsection name="Description">

<p>
- The types task automates the creation of component type meta-info.
- Information captured during type creation includes the component
- implementation class name, logging channel assumptions, the services
- provided by the type, context assumptions, and internal parts.
+ A component type directive is an XML document that describes
+ supplimentary information about a Java class. This information
+ includes details about the assumtions that the class makes concerning
+ the supply of context information, it's capabilities with respect
+ to thread safety, internal defaults declared as part of the
component,
+ and other infromation including garbage collection policy,
lifestyle,
+ and lifecycle.
</p>
+
+ <p>
+ A component type descriptor is stored as an XML resource co-located
+ with the component class under the path
<tt>&lt;package&gt;/&lt;classname&gt;.type</tt>.
+ </p>

</subsection>

@@ -32,7 +40,7 @@
policy preference.</td>
</tr>
<tr>
- <td><a href="service/index.html"><tt>service</tt></a></td>
+ <td><a href="services/index.html"><tt>services</tt></a></td>
<td>Declaration of the service that the componet type
provides.</td>
</tr>
<tr>
@@ -42,7 +50,7 @@
and option/required status of entries.</td>
</tr>
<tr>
- <td><a href="context/index.html"><tt>context</tt></a></td>
+ <td><a href="categories/index.html"><tt>categories</tt></a></td>
<td>Declaration of the logging categories used by the component
type
implementation.</td>
</tr>

Added: trunk/main/central/src/docs/transit/setup/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/setup/index.xml 2006-03-28 14:22:00
UTC (rev 1283)
+++ trunk/main/central/src/docs/transit/setup/index.xml 2006-03-28 14:49:59
UTC (rev 1284)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+ Copyright 2004-2005 Stephen McConnell
+ Copyright 2004 Niclas Hedhman
+ Copyright 2005 David Leangen
+
+ 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>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <author email="niclas AT hedhman.org">Niclas Hedhman</author>
+ <author email="david.leangen AT konova.com">David Leangen</author>
+ <title>DPML Transit Resource Management</title>
+ </properties>
+
+ <body>
+ <section name="Transit System Setup">
+
+ <p>
+ </p>
+
+ </section>
+ </body>
+</document>
+

Added: trunk/main/central/src/docs/transit/setup/navigation.xml
===================================================================
--- trunk/main/central/src/docs/transit/setup/navigation.xml 2006-03-28
14:22:00 UTC (rev 1283)
+++ trunk/main/central/src/docs/transit/setup/navigation.xml 2006-03-28
14:49:59 UTC (rev 1284)
@@ -0,0 +1,34 @@
+<?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>DPML Central</title>
+
+ <body>
+
+ <menu>
+ <item name="System Properties" href="properties.html"/>
+ <item name="XML Configuration" href="config/index.html"/>
+ </menu>
+
+ </body>
+
+</project>




  • r1284 - in trunk/main/central/src/docs: metro/directives/type transit/setup, mcconnell at BerliOS, 03/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page