vmassol     2004/04/21 11:52:58

  Modified:    documentation/docs/xdocs/participating todo.xml
  Log:
  move items to cactus 1.7 in preparation to Cactus 1.6 release
  
  Revision  Changes    Path
  1.47      +23 -26    jakarta-cactus/documentation/docs/xdocs/participating/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/todo.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- todo.xml  13 Apr 2004 12:38:46 -0000      1.46
  +++ todo.xml  21 Apr 2004 18:52:58 -0000      1.47
  @@ -62,34 +62,9 @@
             Update the "how it works" section by adding the new global
             <code>begin()</code> and <code>end()</code> methods.
           </action>
  -        <action assigned-to="Jason Robertson, Vincent Massol">
  +        <action assigned-to="Vincent Massol">
             Add documentation for form-based authentication.
           </action>
  -        <action>
  -          Rewrite "Quick start guide" to take into account the different
  -          front ends.
  -        </action>
  -      </category>
  -
  -      <category title="Design/Code">
  -        <action>
  -          Run JDiff before releasing to mark new classes/methods/members with
  -          <code>@since Cactus 1.6</code>.
  -        </action>
  -        <action>
  -          Modify the Eclipse plugin to use the new Ant integration.
  -        </action>
  -        <action>
  -          Add EJB Redirectors so that unit testing of code that require an EJB
  -          is facilitated. For example, let's imagine you need to test that an
  -          object that has been put in the JNDI tree by a servlet can be retrieved
  -          by an EJB. These are not unit tests per see but rather integration
  -          tests, which is Cactus favorite domain. Also these redirectors could be
  -          used to directly unit tests EJB whithout requiring a servlet
  -          environment (at the current time, you need to call your EJB from a
  -          Servlet/JSP/Filter Redirector, which is fine for certain tests but not
  -          needed for others.
  -        </action>
         </category>
   
       </version>
  @@ -106,6 +81,10 @@
           Improve the documentation CheckSitemap Ant task to check external URLs
           (when online).
         </action>
  +      <action>
  +        Rewrite "Quick start guide" to take into account the different
  +        front ends.
  +      </action>
       </category>
   
       <category title="Build Process">
  @@ -141,6 +120,24 @@
       </category>
       
       <category title="Design/Code">
  +      <action>
  +        Run JDiff before releasing to mark new classes/methods/members with
  +        <code>@since Cactus 1.6</code>.
  +      </action>
  +      <action>
  +        Modify the Eclipse plugin to use the new Ant integration.
  +      </action>
  +      <action>
  +        Add EJB Redirectors so that unit testing of code that require an EJB
  +        is facilitated. For example, let's imagine you need to test that an
  +        object that has been put in the JNDI tree by a servlet can be retrieved
  +        by an EJB. These are not unit tests per see but rather integration
  +        tests, which is Cactus favorite domain. Also these redirectors could be
  +        used to directly unit tests EJB whithout requiring a servlet
  +        environment (at the current time, you need to call your EJB from a
  +        Servlet/JSP/Filter Redirector, which is fine for certain tests but not
  +        needed for others.
  +      </action>
         <action>
           Enhance the <code>runservertests</code> task to accept nested
           <code>&lt;containerset&gt;</code> elements.
  
  
  

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

Reply via email to