epugh       2004/11/08 08:18:35

  Modified:    yaafi/xdocs changes.xml index.xml
  Log:
  doc improvements
  
  Revision  Changes    Path
  1.3       +6 -0      jakarta-turbine-fulcrum/yaafi/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       4 Nov 2004 12:42:57 -0000       1.2
  +++ changes.xml       8 Nov 2004 16:18:35 -0000       1.3
  @@ -7,6 +7,12 @@
   
     <body>
       <release version="1.0.3" date="">
  +      <action dev="goeschsi" type="add">
  +        Added a little bi of documentation
  +      </action>
  +      <action dev="goeschsi" type="fix">
  +        Fixed most of the Eclipse complaints about coding conventions
  +      </action>        
         <action dev="epugh" type="fix" due-to="Siegfried Goeschl">
           Container was missing call to decomission objects, therefore
           Disposeable interface never working.
  
  
  
  1.2       +26 -10    jakarta-turbine-fulcrum/yaafi/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 19 Oct 2004 22:03:50 -0000      1.1
  +++ index.xml 8 Nov 2004 16:18:35 -0000       1.2
  @@ -9,16 +9,32 @@
   
     <body>
   
  -     <section name="Overview">
  -       <p>
  -         This is the Yet Another Avalon Framework Implementation aka YAAFI.
  -       </p>
  -       <p>
  -         The project was born out of the frustration to get Merlin to run. 
The service 
  -         container is compatible to the existing framework implementation 
such as Excalibur
  -         and Merlin since they rely on the Avalon service lifecycle.
  -       </p>
  -     </section>
  +    <section name="What is YAAFI?">
  +
  +      <p>
  +        The Yet Another Avalon Framework Implementation.
  +      </p>
  +
  +      <p>
  +        YAAFI is a light-weight implementation of a service framework using 
the
  +        Avalon service lifecycle interfaces. There are a few other 
implementations
  +        out there such as Excalibur, Fortress and most notably Merlin but
  +        YAAFI gives you a lot of bells and whistles with minimal baggage.
  +      </p>
  +     
  +      <p>
  +        What we left out to
  +       
  +        <ul>
  +          <li>logger manager implementation</li>
  +          <li>run-time instrumentation to monitor application health</li>
  +          <li>service implementation versioning</li>
  +          <li>service initialization in a background thread</li>
  +          <li>support for singleton lifestyle only</li>
  +        </ul>
  +      </p>  
  +     
  +    </section>
   
     </body>
   
  
  
  

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

Reply via email to