crafterm    2002/08/29 04:16:57

  Modified:    container/src/xdocs attributes.xml index.xml
  Log:
  Various spelling fixes.
  
  Revision  Changes    Path
  1.3       +8 -8      
jakarta-avalon-excalibur/container/src/xdocs/attributes.xml
  
  Index: attributes.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/xdocs/attributes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- attributes.xml    26 Aug 2002 10:50:42 -0000      1.2
  +++ attributes.xml    29 Aug 2002 11:16:57 -0000      1.3
  @@ -14,7 +14,7 @@
       <s1 title="Overview">
   
         <p>Within Avalon there are a number of different containers with 
varying level of 
  -      consitency with respect to the naming of context keys and more 
recently the subject
  +      consistency with respect to the naming of context keys and more 
recently the subject
         of meta-info attribute names and related semantics.  The purpose of 
this project
         is to establish a common reference point for Avalon-wide container 
norm. </p>
   
  @@ -41,7 +41,7 @@
               <p><code>java.io.File</code></p>
             </td>
             <td>
  -            <p>Declaration of a base working directory.  A container is 
responsible
  +            <p>Declaration of a base working directory.  The container is 
responsible
               for ensuring that the file referenced by the value refers to an 
existing 
               directory.</p>
             </td>
  @@ -82,23 +82,23 @@
             </td>
             <td>
               <p>Declaration of the lifestyle handler to be applied by a 
container
  -            to a instance of the componet type.  The mechanisms used to 
construct and 
  -            and deploy and componet and the association of a lifestyle 
handler are 
  +            to a instance of the component type.  The mechanisms used to 
construct and 
  +            and deploy and component and the association of a lifestyle 
handler are 
               container dependent.  Containers providing support for the 
following four
               lifestyles include Fortress and Merlin.</p>
               <p>
               <table>
                    <tr>
                      <td>singleton</td>
  -                   <td>A single instance of the componet type will be shared 
by all consumers.</td>
  +                   <td>A single instance of the component type will be 
shared by all consumers.</td>
                    </tr>
                    <tr>
                      <td>thread</td>
  -                   <td>A new instance of the componet will be created 
relative to each distinct thread.</td>
  +                   <td>A new instance of the component will be created 
relative to each distinct thread.</td>
                    </tr>
                    <tr>
                      <td>pool</td>
  -                   <td>A container shall maintain a pool of componets.</td>
  +                   <td>A container shall maintain a pool of components.</td>
                    </tr>
                    <tr>
                      <td>transient</td>
  
  
  
  1.5       +3 -3      jakarta-avalon-excalibur/container/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/container/src/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 24 Aug 2002 11:47:30 -0000      1.4
  +++ index.xml 29 Aug 2002 11:16:57 -0000      1.5
  @@ -19,13 +19,13 @@
   
         <s2 title="Lifestyle Extensions">
   
  -        <p>The first step in the container project ha been underken between 
the Fortress and Merlin containers on the subject of lifestyle extension 
support. The original design and implementation of lifecycle extensions by 
Marcus Crafter was implemented under the Fortress container.  Subsequently, and 
alternative implementation based on Marcus's design was introduced under the 
Merlin container leading to two incompatible solutions aiming at the same 
objective.  Through a process of cross-project collaboration, the Fortress and 
Merlin developers reached consensus on a common set of APIs and abstract 
implementation.  These resources constitute the first sub-project of the 
Excalibur Container package.</p>
  +        <p>The first step in the container project has been undertaken 
between the Fortress and Merlin containers on the subject of lifestyle 
extension support. The original design and implementation of lifecycle 
extensions by Marcus Crafter was implemented using the Fortress container.  
Subsequently, and alternative implementation based on Marcus' design was 
introduced using the Merlin container leading to two incompatible solutions 
aiming at the same objective.  Through a process of cross-project 
collaboration, the Fortress and Merlin developers reached consensus on a common 
set of APIs and abstract implementation. These resources constitute the first 
sub-project of the Excalibur Container package.</p>
   
         </s2>
   
         <s2 title="Attributes">
   
  -        <p>The attrributes activiity deals with the proposed specification 
of Avalon level attributes and context keys and associated semantics - 
facilitating the portability of components across different Avalon 
containers.</p>
  +        <p>The attributes activity deals with the proposed specification of 
Avalon level attributes and context keys and associated semantics - 
facilitating the portability of components across different Avalon 
containers.</p>
         </s2>
   
       </s1>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to