You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/08/05 10:27:58 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/resources resources_cactus.xml

vmassol     2003/08/05 01:27:58

  Modified:    documentation/docs/xdocs/resources resources_cactus.xml
  Log:
  News about using commons-httpclient for fileuploads
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resources_cactus.xml	12 Jul 2003 21:29:16 -0000	1.1
  +++ resources_cactus.xml	5 Aug 2003 08:27:58 -0000	1.2
  @@ -27,6 +27,20 @@
   
           <tr>
             <td>
  +            <link href="http://www.freeroller.net/page/tradem/20030722">
  +            Testing FileUploads with Cactus</link>.
  +          </td>
  +		  <td>
  +		    Article
  +		  </td>
  +		  <td>
  +            Shows how to perform file uploads with Cactus, Java NIO and
  +            Commons-httpclient.
  +          </td>
  +        </tr>
  +
  +        <tr>
  +          <td>
               <link href="http://www.ftponline.com/javapro/2003_07/online/cactus_kjones_07_08_03/">
               Unit Test Java Web Apps with Cactus</link>.
             </td>