You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/09/27 05:38:12 UTC

cvs commit: avalon-site/site download.html

mcconnell    2003/09/26 20:38:12

  Modified:    site     download.html
  Log:
  Manually update with gloss.
  
  Revision  Changes    Path
  1.4       +64 -9     avalon-site/site/download.html
  
  Index: download.html
  ===================================================================
  RCS file: /home/cvs/avalon-site/site/download.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- download.html	26 Sep 2003 13:11:21 -0000	1.3
  +++ download.html	27 Sep 2003 03:38:12 -0000	1.4
  @@ -149,15 +149,70 @@
         <div class="h3">
         <h3>Current Releases Avalon</h3>
         </div>
  -		
  -      <ul>
  -	 <li><a href="%5Bpreferred%5D/avalon/logkit/latest/">LogKit</a></li>
  -			<li><a href="%5Bpreferred%5D/avalon/framework/latest/">Framework</a></li>
  -			<li><a href="%5Bpreferred%5D/avalon/excalibur/">Excalibur</a></li>
  -			<li><a href="%5Bpreferred%5D/avalon/cornerstone/">Cornerstone</a></li>
  -			<li><a href="%5Bpreferred%5D/avalon/phoenix/latest/">Phoenix</a></li>
  -		
  -      </ul>
  +		
  +      <p>The available Avalon distributions are 
  +      structured according to product group.  The main product groups are listed
  +      in the following table.  If you cannot locate the product in the following, 
  +      please check the general <a href="%5Bpreferred%5D/avalon/">Avalon Distribution</a>
  +      directory.</p>    
  +
  +      <table border="0" width="100%" cellpadding="8" cellspacing="0">
  +        <tr bgcolor="#CCCCFF">
  +          <td><p>Product</p></td>
  +          <td><p>Description</p></td>
  +        </tr>
  +        <tr bgcolor="#EEEEFF">
  +          <td><p><a href="%5Bpreferred%5D/avalon/avalon-framework/latest">Framework</a></p></td>
  +          <td>
  +            <p>The client api and supporting implementation that defines the 
  +            artifacts excahged between a container and a component.<p>
  +          </td>
  +        </tr>
  +
  +        <tr bgcolor="#CCCCFF">
  +          <td><p><a href="%5Bpreferred%5D/avalon/avalon-meta/latest">Meta</a></p></td>
  +          <td>
  +            <p>Supplimenting the framework contracts in meta model used to 
  +            establish information about component dependencies, context assumptions,
  +            logging characteristics, lifestyle, together with optional attributes
  +            associated with a component type.<p>
  +          </td>
  +        </tr>
  +        <tr bgcolor="#EEEEFF">
  +          <td><p><a href="%5Bpreferred%5D/avalon/merlin/latest">Merlin</a></p></td>
  +          <td>
  +            <p>An advanced container that provides comprehensive support
  +            for automated assembly, multiple lifestyle handling, advanced 
  +            context, dependency and configuration management.</p>
  +          </td>
  +        </tr>
  +        <tr bgcolor="#CCCCFF">
  +          <td><p><a href="%5Bpreferred%5D/avalon/excalibur-fortress/latest">Fortress</a></p></td>
  +          <td>
  +            <p>A fully functional container replacing the depricated ECM solution
  +              and positioned as an interim migration solution relative to Merlin.</p>
  +          </td>
  +        </tr>
  +        <tr bgcolor="#EEEEFF">
  +          <td><p>Avalon Components</p></td>
  +          <td>
  +            <p>A suite of components covering <a href="%5Bpreferred%5D/avalon/cornerstone-threads/latest">threads</a>, <a href="%5Bpreferred%5D/avalon/cornerstone-connections/latest">connections</a>, <a href="%5Bpreferred%5D/avalon/cornerstone-datasources/latest">datasources</a>, <a href="%5Bpreferred%5D/avalon/cornerstone-scheduler/latest">scheduling</a>, <a href="%5Bpreferred%5D/avalon/cornerstone-sockets/latest">sockets</a>, and <a href="%5Bpreferred%5D/avalon/cornerstone-store/latest">persistance</a>.</p>
  +          </td>
  +        </tr>
  +        <tr bgcolor="#CCCCFF">
  +          <td><p>Excalibur Utilities</p></td>
  +          <td>
  +            <p>A suite of utilities covering <a href="%5Bpreferred%5D/avalon/excalibur-configuration/latest">configuration management</a>, <a href="%5Bpreferred%5D/avalon/excalibur-datasource/latest">datasources</a>, <a href="%5Bpreferred%5D/avalon/excalibur-event/latest">events</a>, <a href="%5Bpreferred%5D/avalon/excalibur-i18n/latest">internationalization</a>, <a href="%5Bpreferred%5D/avalon/excalibur-lifecycle/latest">lifecycle</a>, <a href="%5Bpreferred%5D/avalon/excalibur-logger/latest">logging</a>, <a href="%5Bpreferred%5D/avalon/excalibur-monitor/latest">monitoring</a>, <a href="%5Bpreferred%5D/avalon/excalibur-pool/latest">pools</a>, <a href="%5Bpreferred%5D/avalon/excalibur-threads/latest">threads</a>.</p>
  +          </td>
  +        </tr>
  +        <tr bgcolor="#EEEEFF">
  +          <td><p><a href="%5Bpreferred%5D/avalon/logkit/latest">LogKit</a></p></td>
  +          <td>
  +            <p>A high performance IOC based logging framework.</p>
  +          </td>
  +        </tr>
  +      </table>
  +
         <div id="authors" align="right">by&nbsp;Avalon Documentation Team</div>
         </div>
         </div>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org