You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/12/31 16:49:15 UTC

cvs commit: jakarta-turbine-3/xdocs changes.xml

jvanzyl     01/12/31 07:49:15

  Modified:    xdocs    changes.xml
  Log:
  - describing additions made the hierachy and testing framework to allow
    for the mapping of an XML descriptor of a pipeline to its corresponding
    object model.
  
  Revision  Changes    Path
  1.2       +30 -0     jakarta-turbine-3/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	31 Dec 2001 06:21:21 -0000	1.1
  +++ changes.xml	31 Dec 2001 15:49:15 -0000	1.2
  @@ -5,6 +5,7 @@
     <properties>
       <title>Turbine 3</title>
       <author email="dlr@finemaltcoding.com">Daniel Rall</author>
  +    <author email="jvanzyl@zenplex.com">Jason van Zyl</author>
     </properties>
   
     <body>
  @@ -22,13 +23,42 @@
                   fine-grained control of processing flow is faciliated.
                   Valves can be attached to the Pipeline just as they
                   can in Catalina.
  +                <p/>
                   <a href="http://cvs.apache.org/viewcvs/jakarta-turbine-3/src/java/org/apache/turbine/Pipeline.java?rev=1.4&amp;content-type=text/vnd.viewcvs-markup">Reference</a>
  +                <br/>
                   <a href="http://cvs.apache.org/viewcvs/jakarta-turbine-3/src/java/org/apache/turbine/Valve.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">Reference</a>
  +                <br/>
                   <a href="http://cvs.apache.org/viewcvs/jakarta-turbine-3/src/java/org/apache/turbine/pipeline/ClassicPipeline.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">Reference</a>
                 </li>
   
               </ul>
             </li>
  +
  +          <li>
  +            <strong>30 Dec 2001</strong>
  +            <ul>
  +
  +              <li>
  +                Added tests for the mapping of XML pipeline descriptor to
  +                its corresponding object model. A couple new classes were
  +                added to the hierarchy to accomodate the mapping:
  +                TurbinePipeline and ValveDefinition. The ValveDefinition is
  +                a class that can be used by the the TurbinePipeline class to
  +                instantiate a set of valves. We have yet to decide whether a
  +                Valve object will be instantiated as the ValveDefinition
  +                arrives or do all the instantiated during an initialization
  +                phase.
  +                <p/>
  +                <a href="http://cvs.apache.org/viewcvs/jakarta-turbine-3/src/test/org/apache/turbine/pipeline/">Reference</a>
  +                <br/>
  +                <a href="http://cvs.apache.org/viewcvs/jakarta-turbine-3/src/java/org/apache/turbine/pipeline/TurbinePipeline.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">Reference</a>
  +                <br/>
  +                <a href="http://cvs.apache.org/viewcvs/jakarta-turbine-3/src/java/org/apache/turbine/pipeline/ValveDefinition.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">Reference</a>
  +              </li>
  +
  +            </ul>
  +          </li>
  +
   
           </ul>
         </p>
  
  
  

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