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

cvs commit: jakarta-avalon/src/xdocs/framework changes.xml designing-a-component.xml index.xml inversion-of-control.xml lifecycle.xml patterns.xml reuse-standards.xml security.xml separation-of-concerns.xml separation-of-interface-and-implementation.xml what-is-a-component.xml what-is-a-composer.xml

hammant     02/04/02 03:20:20

  Modified:    src/xdocs/framework changes.xml designing-a-component.xml
                        index.xml inversion-of-control.xml lifecycle.xml
                        patterns.xml reuse-standards.xml security.xml
                        separation-of-concerns.xml
                        separation-of-interface-and-implementation.xml
                        what-is-a-component.xml what-is-a-composer.xml
  Log:
  title changes for avalon framework
  
  Revision  Changes    Path
  1.16      +1 -1      jakarta-avalon/src/xdocs/framework/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml	28 Feb 2002 13:35:58 -0000	1.15
  +++ changes.xml	2 Apr 2002 11:20:19 -0000	1.16
  @@ -2,7 +2,7 @@
   
   <!DOCTYPE changes SYSTEM "dtd/changes-v10.dtd">
   
  -<changes title="Avalon Framework History of Changes">
  +<changes title="Avalon Framework - History of Changes">
     <devs>
       <person name="Federico Barbieri" email="fede@apache.org" id="FB"/>
       <person name="Berin Loritsch" email="bloritsch@apache.org" id="BL"/>
  
  
  
  1.6       +2 -3      jakarta-avalon/src/xdocs/framework/designing-a-component.xml
  
  Index: designing-a-component.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/designing-a-component.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- designing-a-component.xml	15 Feb 2002 23:05:08 -0000	1.5
  +++ designing-a-component.xml	2 Apr 2002 11:20:19 -0000	1.6
  @@ -4,8 +4,7 @@
   
   <document>
     <header>
  -    <title>Avalon Design Documentation</title>
  -    <subtitle>Designing a Component</subtitle>
  +    <title>Avalon Framework - Designing a Component</title>
       <version>1.0</version>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
  @@ -83,7 +82,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.5 $ $Date: 2002/02/15 23:05:08 $
  +      $Revision: 1.6 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.9       +2 -3      jakarta-avalon/src/xdocs/framework/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	31 Mar 2002 13:54:35 -0000	1.8
  +++ index.xml	2 Apr 2002 11:20:19 -0000	1.9
  @@ -4,8 +4,7 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Design Documentation</title>
  -    <subtitle>Introduction</subtitle>
  +    <title>Avalon Framework - Overview</title>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
         <person name="Peter Donald" email="peter@apache.org"/>
  @@ -63,7 +62,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.8 $ $Date: 2002/03/31 13:54:35 $
  +      $Revision: 1.9 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.9       +3 -4      jakarta-avalon/src/xdocs/framework/inversion-of-control.xml
  
  Index: inversion-of-control.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/inversion-of-control.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- inversion-of-control.xml	31 Jan 2002 15:43:52 -0000	1.8
  +++ inversion-of-control.xml	2 Apr 2002 11:20:19 -0000	1.9
  @@ -3,14 +3,13 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Documentation</title>
  -    <subtitle>Patterns</subtitle>
  +    <title>Avalon Framework - Inversion of Control</title>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
       </authors>
     </header>
     <body>
  -    <s1 title="Inversion of Control">
  +    <s1 title="Introduction">
         <p>
           One of the key design principles behind Avalon is the principle
           of <em>Inversion of Control</em>.  <em>Inversion of Control</em> is
  @@ -109,7 +108,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.8 $ $Date: 2002/01/31 15:43:52 $
  +      $Revision: 1.9 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.6       +2 -3      jakarta-avalon/src/xdocs/framework/lifecycle.xml
  
  Index: lifecycle.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/lifecycle.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- lifecycle.xml	15 Feb 2002 23:05:08 -0000	1.5
  +++ lifecycle.xml	2 Apr 2002 11:20:19 -0000	1.6
  @@ -4,8 +4,7 @@
   
   <document>
     <header>
  -    <title>Avalon Component Developers Documentation</title>
  -    <subtitle>The Component Lifecycle</subtitle>
  +    <title>Avalon Framework - The Component Lifecycle</title>
       <authors>
         <person id="BL" name="Berin Loritsch" email="bloritsch@apache.org"/>
         <person id="PD" name="Peter Donald" email="peter@apache.org"/>
  @@ -215,7 +214,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.5 $ $Date: 2002/02/15 23:05:08 $
  +      $Revision: 1.6 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.5       +3 -4      jakarta-avalon/src/xdocs/framework/patterns.xml
  
  Index: patterns.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/patterns.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- patterns.xml	31 Jan 2002 15:43:52 -0000	1.4
  +++ patterns.xml	2 Apr 2002 11:20:19 -0000	1.5
  @@ -4,14 +4,13 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Documentation</title>
  -    <subtitle>Patterns</subtitle>
  +    <title>Avalon Framework - Design Patterns</title>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
       </authors>
     </header>
     <body>
  -    <s1 title="Introduction to Design Patterns">
  +    <s1 title="Introduction">
         <p>
           I highly recommend reading the essay
           <link href="http://xent.ics.uci.edu/~khare/Alexander.htmld/">
  @@ -43,7 +42,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.4 $ $Date: 2002/01/31 15:43:52 $
  +      $Revision: 1.5 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.8       +3 -4      jakarta-avalon/src/xdocs/framework/reuse-standards.xml
  
  Index: reuse-standards.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/reuse-standards.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- reuse-standards.xml	31 Jan 2002 15:43:52 -0000	1.7
  +++ reuse-standards.xml	2 Apr 2002 11:20:19 -0000	1.8
  @@ -4,14 +4,13 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Documentation</title>
  -    <subtitle>Designing for Reuse</subtitle>
  +    <title>Avalon Framework - Designing for Reuse</title>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
       </authors>
     </header>
     <body>
  -    <s1 title="Rules for Reuse">
  +    <s1 title="Introduction">
         <p>
           If you are asking yourself why this section is even included,
           the answer is that a well designed framework is designed to
  @@ -186,7 +185,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.7 $ $Date: 2002/01/31 15:43:52 $
  +      $Revision: 1.8 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.8       +3 -4      jakarta-avalon/src/xdocs/framework/security.xml
  
  Index: security.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/security.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- security.xml	15 Feb 2002 23:05:08 -0000	1.7
  +++ security.xml	2 Apr 2002 11:20:19 -0000	1.8
  @@ -4,14 +4,13 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Documentation</title>
  -    <subtitle>Security Concerns</subtitle>
  +    <title>Avalon Framework - Security Concerns</title>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
       </authors>
     </header>
     <body>
  -    <s1 title="Security Concerns">
  +    <s1 title="Introduction">
         <p>
           One major concern for many companies is the security of a system.
           In this context security is defined as protection of data, and
  @@ -191,7 +190,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.7 $ $Date: 2002/02/15 23:05:08 $
  +      $Revision: 1.8 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.6       +3 -4      jakarta-avalon/src/xdocs/framework/separation-of-concerns.xml
  
  Index: separation-of-concerns.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/separation-of-concerns.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- separation-of-concerns.xml	31 Jan 2002 15:43:52 -0000	1.5
  +++ separation-of-concerns.xml	2 Apr 2002 11:20:19 -0000	1.6
  @@ -4,14 +4,13 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Documentation</title>
  -    <subtitle>Multi Dimensional Separation of Concerns</subtitle>
  +    <title>Avalon Framework - Multi Dimensional Separation of Concerns</title>
       <authors>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
       </authors>
     </header>
     <body>
  -    <s1 title="Separation of Concerns">
  +    <s1 title="Introduction">
         <p>
           The concept of using different points of view within the the system
           goes a long way in the overall comprehension of the system.
  @@ -62,7 +61,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.5 $ $Date: 2002/01/31 15:43:52 $
  +      $Revision: 1.6 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.2       +2 -2      jakarta-avalon/src/xdocs/framework/separation-of-interface-and-implementation.xml
  
  Index: separation-of-interface-and-implementation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/separation-of-interface-and-implementation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- separation-of-interface-and-implementation.xml	31 Mar 2002 13:54:35 -0000	1.1
  +++ separation-of-interface-and-implementation.xml	2 Apr 2002 11:20:19 -0000	1.2
  @@ -4,7 +4,7 @@
   
   <document>
     <header>
  -    <title>Avalon Developer Documentation - Separation of Interface and Implementation</title>
  +    <title>Avalon Framework - Separation of Interface and Implementation</title>
       <authors>
         <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
         <person name="Peter Donald" email="peter@apache.org"/>
  @@ -162,7 +162,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2002/03/31 13:54:35 $
  +      $Revision: 1.2 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.8       +2 -3      jakarta-avalon/src/xdocs/framework/what-is-a-component.xml
  
  Index: what-is-a-component.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/what-is-a-component.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- what-is-a-component.xml	22 Mar 2002 02:33:09 -0000	1.7
  +++ what-is-a-component.xml	2 Apr 2002 11:20:19 -0000	1.8
  @@ -4,8 +4,7 @@
   
   <document>
     <header>
  -    <title>Avalon Design Documentation</title>
  -    <subtitle>What is a component?</subtitle>
  +    <title>Avalon Framework - What is a component?</title>
       <version>1.0</version>
       <authors>
         <person id="LS" name="Leo Simons" email="mail@leosimons.com"/>
  @@ -129,7 +128,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.7 $ $Date: 2002/03/22 02:33:09 $
  +      $Revision: 1.8 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  
  1.6       +2 -3      jakarta-avalon/src/xdocs/framework/what-is-a-composer.xml
  
  Index: what-is-a-composer.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/what-is-a-composer.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- what-is-a-composer.xml	15 Feb 2002 23:05:08 -0000	1.5
  +++ what-is-a-composer.xml	2 Apr 2002 11:20:19 -0000	1.6
  @@ -4,8 +4,7 @@
   
   <document>
     <header>
  -    <title>Avalon Design Documentation</title>
  -    <subtitle>What is Composable?</subtitle>
  +    <title>Avalon Framework - What is Composable?</title>
       <version>3.0</version>
       <authors>
         <person id="BL" name="Berin Loritsch" email="bloritsch@apache.org"/>
  @@ -181,7 +180,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.5 $ $Date: 2002/02/15 23:05:08 $
  +      $Revision: 1.6 $ $Date: 2002/04/02 11:20:19 $
       </legal>
     </footer>
   </document>
  
  
  

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