Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2164 - in development/central: . site/src/docs/transit/latest/glossary

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2164 - in development/central: . site/src/docs/transit/latest/glossary
  • Date: Mon, 28 Mar 2005 11:32:21 -0500

Author: niclas AT hedhman.org
Date: Mon Mar 28 11:32:20 2005
New Revision: 2164

Modified:
development/central/index.xml
development/central/site/src/docs/transit/latest/glossary/index.xml
Log:
Update of glossary, and getting central to build again.

Modified: development/central/index.xml
==============================================================================
--- development/central/index.xml (original)
+++ development/central/index.xml Mon Mar 28 11:32:20 2005
@@ -2,20 +2,14 @@

<index>

- <import uri="${dpml.magic.uri}"/>
- <import uri="${dpml.metro.uri}"/>
+ <import uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>
+ <import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>

- <!--
- Module
- -->
-
- <!--
- Central.
- -->
+ <import index="tutorials/index.xml"/>

<project basedir="site">
<info>
- <group>dpml/central</group>
+ <group>dpml/central/site</group>
<name>dpml-central-site</name>
<type>doc</type>
</info>

Modified: development/central/site/src/docs/transit/latest/glossary/index.xml
==============================================================================
--- development/central/site/src/docs/transit/latest/glossary/index.xml
(original)
+++ development/central/site/src/docs/transit/latest/glossary/index.xml Mon
Mar 28 11:32:20 2005
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

-<!--
+<!--
Copyright 2005 David Leangen
Copyright 2004 Stephen McConnell
Copyright 2004 Niclas Hedhman

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
-
+ 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.
-->
@@ -26,12 +26,55 @@
<author email="niclas AT hedhman.org">Niclas Hedhman</author>
<author email="david.leangen AT konova.com">David Leangen</author>
<title>DPML Transit</title>
- </properties>
-
- <body verified="false">
+ </properties>

+ <body verified="false" >
<section name="Glossary">
+ <subsection name="Artifact">
+ <p>
+ An <strong><i>Artifact</i></strong> is a versioned resource that is
+ available for use from one or more <strong><i>Resource Hosts</i>
+ </strong>.
+ </p>
+ </subsection>
+ <subsection name="Artifact Protocol">
+ <p>
+ A Transit defined protocol that expresses the content, without the
+ location, and letting Transit resolve the location according to its
+ setup. The <strong><i>Artifact Protocol</i></strong> has the format
+ of;
+ </p>
+<source>
+ artifact:[type]:[group]/[name]#[version]!/[ref]
+</source>
+ <p>
+ where;
+ <pre><code>
+ type = The type of the artifact, such as jar, png, dtd.
+ group = The group that the artifact belongs to. Groups are
+ stacked with slashes, such as dpml/transit/main.
+ name = The name of the artifact, such as magic-core.
+ version = The version of the artifact.
+ ref = A reference within the artifact itself. Used to locate
+ resources within jar/zip artifacts.
+ </code></pre>
+ </p>
+ </subsection>
+ <subsection name="Link Protocol">
+ <p>
+ The <strong><i>Link Protocol</i></strong> is a URL protocol to link
+ application names to artifact resources. Links points to another
+ URI, typically an <strong><i>Artifact</i></strong>, and getting
+ the InputStream of the Link will return the InputStream of the
target
+ URI's InputStream (if resolvable).
+ </p>
+ </subsection>
+ <subsection name="Resource Host">
+ <p>
+ A <strong><i>Resource Host</i></strong> is a networked computer
that
+ is serving <strong><i>Artifacts</i></strong> to Transit
applications.
+ </p>
+ </subsection>
</section>
-
</body>
</document>



  • svn commit: r2164 - in development/central: . site/src/docs/transit/latest/glossary, niclas, 03/27/2005

Archive powered by MHonArc 2.6.24.

Top of Page