You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/11/13 04:10:11 UTC

cvs commit: jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info package.html

donaldp     2002/11/12 19:10:10

  Modified:    info/src/java/org/apache/avalon/framework/info package.html
  Log:
  Remove some cruft
  
  Revision  Changes    Path
  1.4       +1 -77     jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	29 Sep 2002 04:13:47 -0000	1.3
  +++ package.html	13 Nov 2002 03:10:10 -0000	1.4
  @@ -13,7 +13,7 @@
   version and related features.<p>
   
   <h3>Package Structure (UML)</h3>
  -<p><img src=doc-files/uml.gif border=0></p>
  +<p><img src="doc-files/uml.gif" border="0" ></p>
   
   <p>The info package allows many of the descriptors to contain
   extra attributes. These attributes offer mechanisms via which
  @@ -34,88 +34,12 @@
   It should be noted that these attributes will usually be in a container
   specific namespace.</p>
   
  -<p>The name of each attribute is made up of two components, the namespace
  -and the local name of the attributes. The namespace is separated from the
  -local name by either a ";" character or a "." character. So the attributes
  -name "avalon:mx" is equivelent to "avalon.mx" as far as the container is
  -concerned.</p>
  -
   <p>Any container is welcome to create their own namespace in which they can
   define any attributes they see fit. The namespace should be equal to the
   shortname of the container. For example if the
   <a href="http://jakarta.apache.org/avalon/phoenix">Phoenix</a> container wanted
   to add extra attributes it would use a namespace "phoenix" while the Fortress
   container would use the "fortress" namespace.</p>
  -
  -<p>Besides the namespace separator the attributes name may only be made up of
  -alphanumeric values, '_' and '-'. Neither the local name or the namespace may
  -being with a numeric value.</p>
  -
  -<p>The following is a table of standard attributes. It is not necessary that
  -a container support all these attributes (or any of them) however if the
  -container does support such notions it is recomended that they use the
  -following attributes to enable interoperability between containers.</p>
  -
  -<h3>Avalon namespace</h3>
  -
  -<table border="1" cellpadding="2" cellspacing="0" width="100%">
  -<tr bgcolor="#CCCCCCS">
  -<td><b>Attribute</b></td>
  -<td><b>Values</b></td>
  -<td><b>Defaul</b></td>
  -<td><b>Description</b></td>
  -<td><b>Relevence</b></td>
  -</tr>
  -<tr>
  -<td>avalon.version</td>
  -<td>dewey decimal with three places</td>
  -<td>1.0.0</td>
  -<td>
  -  The version of a particular component or service.
  -</td>
  -<td>component or service</td>
  -</tr>
  -
  -<tr>
  -<td>avalon.stateless</td>
  -<td>true or false</td>
  -<td>false</td>
  -<td>
  -  This attributes can be applied at either the service or the component level.
  -  It indicated that the particular artefact is stateless. This means that the
  -  order of the method calls will not have an effect on the results of call.
  -  If applied at the component level it indicates that all services are
  -  stateless.
  -</td>
  -<td>component or service</td>
  -</tr>
  -<tr>
  -  <td>avalon.pass-by-value</td>
  -  <td>true or false</td>
  -  <td>false</td>
  -  <td>
  -  This attributes can be applied at the service level. If true, it indicates
  -  that the parameters passed to methods of service are not modified by the
  -  service.
  -  </td>
  -  <td>service</td>
  -</tr>
  -<tr>
  -  <td>avalon.features</td>
  -  <td>comma separated list of features</td>
  -  <td>false</td>
  -  <td>
  -  This attributes can be applied at the service level. If true, it indicates
  -  that the parameters passed to methods of service are not modified by the
  -  service.
  -  </td>
  -  <td>service</td>
  -</tr>
  -</table>
  -
  -<h3>Partition namespace</h3>
  -
  -<h3>Component namespace</h3>
   
   </body>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>