You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by fa...@apache.org on 2005/01/03 22:19:10 UTC

svn commit: r124025 - /excalibur/trunk/site/xdocs/containerkit.xml /excalibur/trunk/site/xdocs/index.xml

Author: farra
Date: Mon Jan  3 13:19:08 2005
New Revision: 124025

URL: http://svn.apache.org/viewcvs?view=rev&rev=124025
Log:
Removed ApacheCon notice and added missing containerkit page
Added:
   excalibur/trunk/site/xdocs/containerkit.xml
Modified:
   excalibur/trunk/site/xdocs/index.xml

Added: excalibur/trunk/site/xdocs/containerkit.xml
Url: http://svn.apache.org/viewcvs/excalibur/trunk/site/xdocs/containerkit.xml?view=auto&rev=124025
==============================================================================
--- (empty file)
+++ excalibur/trunk/site/xdocs/containerkit.xml	Mon Jan  3 13:19:08 2005
@@ -0,0 +1,89 @@
+<document>
+
+    <properties>
+        <title>ContainerKit</title>
+    </properties>
+
+    <body>
+
+     <section name="Overview">
+            <p>
+                Excalibur is organised very modularly, as you would expect
+                from a component-oriented project. Containerkit contains
+                several standalone libraries which are used to build our
+                containers, and potentially those of external projects.
+            </p><p>
+                If you are not building or customizing your own container, your
+                use for these libraries will probably be somewhat limited.
+            </p>
+     </section>
+     <section name="Stable libraries">
+        <table>
+          <tr>
+            <th>Package</th>
+            <th>Description</th>
+          </tr>
+          <tr>
+             <td>Instrumentation</td><td>
+                        <p>
+                            Excalibur Instrument is an instrumentation utility that allows you
+                            to attach a separate JVM to your running application to determine its
+                            health.  Instrumentation is the process of exposing the internal state
+                            in a way that is easy for an administrator or help desk personell to
+                            digest.  Excalibur Instrumentation is such a package that you can use
+                            for your Avalon based projects.
+                        </p>
+
+                        <p>
+
+                            <a href="fortress/index.html">Excalibur-Fortress</a> supports
+                            instrumentation.
+                        </p>
+                    </td></tr><tr><td>Lifecycle</td><td>
+                        <p>
+                            The Lifecycle package contains a set of interfaces and classes
+                            supporting portable lifecycle extensions.
+                        </p>
+
+                        <p>
+                            Contributions to this project are based on co-development actives by
+                            container projects aiming towards cross-container component
+                            portability and consistent service management.
+                        </p>
+
+                        <p>
+                            <a href="fortress/index.html">Excalibur-Fortress</a> supports
+                            lifecycle extensions.
+                        </p>
+                    </td></tr><tr><td>Logger</td><td>
+                        <p>
+                            Find Avalon Excalibur's Log Management System in the
+                            <code>org.apache.avalon.excalibur.logger</code> package.
+                            Excalibur-Logger integrates neatly into the Avalon ECM
+                            and <a href="fortress/index.html">Excalibur-Fortress</a>. The
+                            main goal is to
+                            be able to define the log categories on a component basis by
+                            specifying a 'logger' attribute which denotes the log category
+                            to use for a particular component (given the
+                            component is
+                            <code>LogEnabled</code> or
+                            <code>Loggable</code>).
+                        </p>
+
+                    </td></tr></table>
+              </section>
+              <section name="Generic components">
+               <p>
+                Please see <a href="component-list.html">this page</a> for information on
+                more generically reusable components (for example, Excalibur-Monitor and
+                Excalibur-Datasource).
+            </p>
+            </section>
+            <section name="Deprecated libraries">
+              <p>
+                Please see <a href="deprecation.html">this page</a> for information on
+                older libraries that have been deprecated.
+            </p>
+           </section>
+    </body>
+</document>
\ No newline at end of file

Modified: excalibur/trunk/site/xdocs/index.xml
Url: http://svn.apache.org/viewcvs/excalibur/trunk/site/xdocs/index.xml?view=diff&rev=124025&p1=excalibur/trunk/site/xdocs/index.xml&r1=124024&p2=excalibur/trunk/site/xdocs/index.xml&r2=124025
==============================================================================
--- excalibur/trunk/site/xdocs/index.xml	(original)
+++ excalibur/trunk/site/xdocs/index.xml	Mon Jan  3 13:19:08 2005
@@ -25,15 +25,6 @@
     <body>
 
         <section name="What is excalibur?">
-
-<p style="display: block; float: right; margin: 15px;">
-<a href="http://ApacheCon.Com/2004/US/">
-<img src="http://ApacheCon.Com/2004/US/logos/logo_only.gif"
-  width="170" height="100" alt="ApacheCon!" title="Come to ApacheCon!"
-  border="0" /><br />
-Come to ApacheCon!
-</a>
-</p>
             
 <p>
                 Excalibur is an <a href="http://www.opensource.org/">open source</a> software

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org