Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1412 - in development/main/central/site/src/docs/products/transit: . concepts

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1412 - in development/main/central/site/src/docs/products/transit: . concepts
  • Date: Sun, 09 Jan 2005 14:14:25 +0100

Author: mcconnell
Date: Sun Jan 9 14:14:24 2005
New Revision: 1412

Added:

development/main/central/site/src/docs/products/transit/concepts/monitors.xml
(contents, props changed)
Modified:

development/main/central/site/src/docs/products/transit/concepts/navigation.xml
development/main/central/site/src/docs/products/transit/index.xml
Log:
add a features/benefits list and include a placeholder for information about
event monitoring

Added:
development/main/central/site/src/docs/products/transit/concepts/monitors.xml
==============================================================================
--- (empty file)
+++
development/main/central/site/src/docs/products/transit/concepts/monitors.xml
Sun Jan 9 14:14:24 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <contributor email="dleangen AT dpml.net">David Leangen</contributor>
+ <title>DPML Concepts</title>
+ </properties>
+
+ <body>
+ <section name="Event Monitoring">
+
+ <p>
+ </p>
+
+ </section>
+ </body>
+</document>

Modified:
development/main/central/site/src/docs/products/transit/concepts/navigation.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/concepts/navigation.xml
(original)
+++
development/main/central/site/src/docs/products/transit/concepts/navigation.xml
Sun Jan 9 14:14:24 2005
@@ -29,6 +29,7 @@
<item name="Cache Management" href="cache.html"/>
<item name="Local and Remote Hosts" href="hosts.html"/>
<item name="Classloaders and Plugins" href="plugins.html"/>
+ <item name="Event Monitoring" href="monitors.html"/>
</menu>

</body>

Modified: development/main/central/site/src/docs/products/transit/index.xml
==============================================================================
--- development/main/central/site/src/docs/products/transit/index.xml
(original)
+++ development/main/central/site/src/docs/products/transit/index.xml Sun
Jan 9 14:14:24 2005
@@ -39,6 +39,41 @@
repository enabled</a> applications can be build.
</p>

+ <img src="/images/transit/repositories.png"/>
+
+ <subsection name="Features and Benefits">
+
+ <p>
+ The core of the Transit product is a URL protocol handler which
serves as
+ the basic construct on which classloader management in provided.
The classloader
+ creation services provide the framework with a simple plugin
framework.
+ </p>
+
+ <p>
+ Key features of the Transit system include:
+ </p>
+
+ <ol>
+ <li>high level of integration with the JVM</li>
+ <li>simple configuration model</li>
+ <li>small footprint</li>
+ <li>flexible event monitoring</li>
+ </ol>
+
+ <p>
+ Key benefits delivered by Transit include:
+ </p>
+
+ <ol>
+ <li>cost reduction on product deployment and upgrade</li>
+ <li>reduced risk though improved control over version management</li>
+ <li>improved quality through reduction in class conflicts</li>
+ <li>improved security through repository management</li>
+ <li>low maintenance though centralized configuration</li>
+ </ol>
+
+ </subsection>
+
<!--
<p>
that provides support for the
@@ -83,10 +118,8 @@
customized relative to client identity.
-->

- <img src="/images/transit/repositories.png"/>

- <p>
- More information:
+ <subsection name="More Information">
<ul>
<li><a href="/guide/setup/index.html">installation</a></li>
<li><a href="/guide/transit/index.html">Transit Guide</a></li>
@@ -94,7 +127,7 @@
<li><a href="protocol/index.html">artifact protocol</a></li>
<li><a href="launcher/index.html">application launcher</a></li>
</ul>
- </p>
+ </subsection>

</section>
</body>



  • svn commit: r1412 - in development/main/central/site/src/docs/products/transit: . concepts, mcconnell, 01/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page