vmassol     2004/08/26 09:14:03

  Modified:    documentation/docs/xdocs news.rdf
               documentation/docs/xdocs/resources resources_cactus.xml
  Log:
  Added Julien Dubois' article on how to use Cactus to test a Struts application in 
OC4J.
  
  Revision  Changes    Path
  1.24      +29 -0     jakarta-cactus/documentation/docs/xdocs/news.rdf
  
  Index: news.rdf
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news.rdf,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- news.rdf  21 May 2004 13:31:00 -0000      1.23
  +++ news.rdf  26 Aug 2004 16:14:03 -0000      1.24
  @@ -42,6 +42,8 @@
   
       <items>
         <rdf:Seq>
  +        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news25"/>
  +        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news24"/>
           <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news23"/>
           <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news22"/>
           <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news21"/>
  @@ -69,6 +71,33 @@
       </items>
   
     </channel>
  +
  +  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news25";>
  +    <title>Cargo project</title>
  +    <link>http://jakarta.apache.org/cactus/news.html#news25</link>
  +    <description>
  +<![CDATA[The <a href="http://cargo.codehaus.org";>Cargo</a> project has just 
started. 
  +The goal is to extract the code to start/stop/configure containers from the Cactus 
Ant 
  +integration and make it a standalone project.</a>.
  +]]>
  +    </description>
  +    <dc:subject></dc:subject>
  +    <dc:creator>vmassol</dc:creator>
  +    <dc:date>2004-08-26T00:00:00+00:00</dc:date>
  +  </item>
  +
  +  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news24";>
  +    <title>Testing Struts applications with Cactus in OC4J</title>
  +    <link>http://jakarta.apache.org/cactus/news.html#news24</link>
  +    <description>
  +<![CDATA[Julien explains <a 
href="http://www.oracle.com/technology/pub/articles/server_side_unit_tests.html";>how 
  +to test struts application with Cactus</a>.
  +]]>
  +    </description>
  +    <dc:subject></dc:subject>
  +    <dc:creator>vmassol</dc:creator>
  +    <dc:date>2004-08-26T00:00:00+00:00</dc:date>
  +  </item>
   
     <item rdf:about="http://jakarta.apache.org/cactus/news.html#news23";>
       <title>JAM: J2EE build tool - Supports Cactus</title>
  
  
  
  1.6       +14 -0     
jakarta-cactus/documentation/docs/xdocs/resources/resources_cactus.xml
  
  Index: resources_cactus.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/xdocs/resources/resources_cactus.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- resources_cactus.xml      21 May 2004 13:31:00 -0000      1.5
  +++ resources_cactus.xml      26 Aug 2004 16:14:03 -0000      1.6
  @@ -43,6 +43,20 @@
   
           <tr>
             <td>
  +            <link 
href="http://www.oracle.com/technology/pub/articles/server_side_unit_tests.html";>
  +            In-Container Testing with JUnit</link>.
  +          </td>
  +             <td>
  +            Article
  +          </td>
  +          <td>
  +            Julien Dubois explains how to use Cactus to perform in-container 
testing of a Struts
  +            based application running in OC4J.
  +          </td>
  +        </tr>
  +
  +        <tr>
  +          <td>
               <link href="http://www.javagen.com/jam.jsp";>JAM</link>
             </td>
                <td>
  
  
  

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

Reply via email to