<?xml version="1.0" encoding="iso-8859-1"?>

<!--
 * ========================================================================
 * 
 * Copyright 2001-2004 The Apache Software Foundation.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 * ========================================================================
-->

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:admin="http://webns.net/mvcb/">

  <channel rdf:about="http://jakarta.apache.org/cactus/">
    <title>Jakarta Cactus News</title>
    <link>http://jakarta.apache.org/cactus/news.html</link>
    <description>Latest Cactus news</description>
    <dc:language>en-us</dc:language>
    <dc:creator></dc:creator>
    <dc:date>2003-05-15T00:00:00+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://jakarta.apache.org/cactus"/>
    <image>
      <title>Jakarta Cactus News</title>
      <url>http://jakarta.apache.org/cactus/images/logocactus.gif</url>
      <link>http://jakarta.apache.org/cactus</link>
      <description>Latest Cactus news</description>
    </image>

    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news26"/>
        <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"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news20"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news19"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news18"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news17"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news16"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news15"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news14"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news13"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news12"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news11"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news10"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news9"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news8"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news7"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news6"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news5"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news4"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news3"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news2"/>
        <rdf:li rdf:resource="http://jakarta.apache.org/cactus/news.html#news1"/>
      </rdf:Seq>
    </items>

  </channel>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news26">
    <title>Testing Your Enterprise JavaBeans with Cactus</title>
    <link>http://jakarta.apache.org/cactus/news.html#news26</link>
    <description>
<![CDATA[Olexiy Prohorenko has published a nice tutorial 
<a href="http://today.java.net/pub/a/today/2004/12/09/testejb.html">article</a> 
explaining how to use Cactus to test EJBs.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2004-12-10T00:00:00+00:00</dc:date>
  </item>

  <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.
]]>
    </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>
    <link>http://jakarta.apache.org/cactus/news.html#news23</link>
    <description>
<![CDATA[<a href="http://www.javagen.com/jam.jsp">JAM</a> is a modular Ant 
toolkit for developing and testing Java/J2EE applications. JAM supports EJB 
and Servlet/JSP development using XDoclet, JUnit, Cactus, Maven, Castor and 
MDA/UML code generation on various J2EE servers including JBoss. There is
a tutorial showing <a href="http://www.javagen.com/autopkTutorial.jsp">how 
to test EJBs with Cactus</a>. For more information see also the 
<a href="http://www.theserverside.com/news/thread.tss?thread_id=26054">release 
information</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2004-05-21T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news22">
    <title>Cactus 1.6.1 released</title>
    <link>http://jakarta.apache.org/cactus/news.html#news22</link>
    <description>
<![CDATA[Cactus 1.6.1 has been released. Full details can be found
in the <a href="http://jakarta.apache.org/cactus/1.6.1/ANNOUNCEMENT.txt">
release announcement</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2004-05-08T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news21">
    <title>Cactus 1.6 released</title>
    <link>http://jakarta.apache.org/cactus/news.html#news21</link>
    <description>
<![CDATA[Cactus 1.6 has been released. Full details can be found
in the <a href="http://jakarta.apache.org/cactus/1.6/ANNOUNCEMENT.txt">
release announcement</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2004-05-08T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news20">
    <title>Cactus v2 architecture proposal</title>
    <link>http://jakarta.apache.org/cactus/news.html#news20</link>
    <description>
<![CDATA[Vincent is proposing a <a href="http://blogs.codehaus.org/people/vmassol/archives/000520_cactus_v2_architecture_proposal.html">new 
architecture</a> for Cactus v2. We have set up a <a href="http://wiki.apache.org/jakarta-cactus/Cactus2Proposal">wiki 
page</a> to discuss it. There is some start at implementing it in Cactus CVS in 
the <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-cactus/scratchpad/cactus2">scratchpad</a> area.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2004-02-13T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news19">
    <title>New Cactus wiki</title>
    <link>http://jakarta.apache.org/cactus/news.html#news19</link>
    <description>
<![CDATA[There is now a new <a href="http://wiki.apache.org/jakarta-cactus/">Cactus wiki</a>.
This new wiki is based on MoinMoin. All changes go to the cactus-dev mailing list.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2004-02-13T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news18">
    <title>MockEJB 0.5 released</title>
    <link>http://jakarta.apache.org/cactus/news.html#news18</link>
    <description>
<![CDATA[<a href="http://www.mockejb.org/">MockEJB</a> 0.5 now 
<a href="http://www.mockejb.org/documentation.html#cactus">integrates with Cactus</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-12-13T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news17">
    <title>Cactus 1.5 released</title>
    <link>http://jakarta.apache.org/cactus/news.html#news17</link>
    <description>
<![CDATA[Cactus 1.5 has been released. Full details can be found
in the <a href="http://jakarta.apache.org/cactus/1.5/ANNOUNCEMENT.txt">
release announcement</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-11-23T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news16">
    <title>Cactus website translated in French</title>
    <link>http://jakarta.apache.org/cactus/news.html#news16</link>
    <description>
<![CDATA[Jean-François El Fouly has translated the
<a href="http://www.ressources-java.net/cactus">Cactus web site in French</a>. 
It is a first version and not everything is translated yet but it's a very good 
start. Thanks Jean-Francois!
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-11-13T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news15">
    <title>Cactus plugin for Maven has moved</title>
    <link>http://jakarta.apache.org/cactus/news.html#news15</link>
    <description>
<![CDATA[The Cactus plugin for Maven, which was previously hosted in Maven
CVS itself, has now moved to the Cactus CVS. It will no longer be bundled 
in the next Maven release. This is part of an effort to decouple Maven plugins
from Maven core. There is a new mechanism to easily install external plugins.
(see maven plugin:download).
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-10-30T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news14">
    <title>Cactus 1.5-rc1 released</title>
    <link>http://jakarta.apache.org/cactus/news.html#news14</link>
    <description>
<![CDATA[Cactus 1.5-rc1 has been released.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-10-26T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news13">
    <title>Testing FileUploads with Cactus</title>
    <link>http://jakarta.apache.org/cactus/news.html#news13</link>
    <description>
<![CDATA[Tobias has a nice 
<a href="http://www.freeroller.net/page/tradem/20030722">blog entry</a> 
about performing fileuploads with Cactus, Java NIO and Commons-httpclient.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-08-05T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news12">
    <title>Cactus 1.5-beta1 released</title>
    <link>http://jakarta.apache.org/cactus/news.html#news12</link>
    <description>
<![CDATA[Cactus 1.5-beta1 has been released.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-07-14T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news11">
    <title>Unit Test Java Web Apps with Cactus</title>
    <link>http://jakarta.apache.org/cactus/news.html#news11</link>
    <description>
<![CDATA[A new article about using Cactus to unit test webapps has been
posted on 
<a href="http://www.ftponline.com/javapro/2003_07/online/cactus_kjones_07_08_03/">JavaPro</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-07-12T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news10">
    <title>JUnit in Action - Available through MEAP</title>
    <link>http://jakarta.apache.org/cactus/news.html#news10</link>
    <description>
<![CDATA[<a href="http://www.manning.com/massol">JUnit in Action</a> is 
available through Manning Early Access Programme (MEAP). By subscribing,
you get the chapters as they are made available (in PDF). There are currently 
3 chapters available and a new one is posted every week.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-07-11T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news9">
    <title>Slides from TheServerSide Symposium</title>
    <link>http://jakarta.apache.org/cactus/news.html#news9</link>
    <description>
<![CDATA[The slides from Vincent's presentation at the TheServerSide Symposium 
about "Unit testing J2EE applications" are available
<a href="http://blogs.codehaus.org/people/vmassol/archives/000080.html">here</a>.
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-07-04T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news8">
    <title>JUnit in Action book on Amazon</title>
    <link>http://jakarta.apache.org/cactus/news.html#news8</link>
    <description>
<![CDATA["JUnit in Action", from 
<a href="mailto:vmassol@pivolis.com">Vincent Massol</a> (with 
<a href="mailto:ted@husted.com">Ted Husted</a>) is available for pre-order on
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/1930110995/qid=1054215451/sr=8-1/ref=sr_8_1/102-2634070-5985761?v=glance&amp;s=books&amp;n=507846">Amazon</a>
.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-05-29T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news7">
    <title>RSS feeds for Cactus news</title>
    <link>http://jakarta.apache.org/cactus/news.html#news7</link>
    <description>
<![CDATA[Cactus news are now available as RSS feeds! Point your RSS feed
reader to <a href="http://jakarta.apache.org/cactus/news.rdf">here</a>.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-05-15T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news6">
    <title>JUnit in Action book</title>
    <link>http://jakarta.apache.org/cactus/news.html#news6</link>
    <description>
<![CDATA[<a href="mailto:vmassol@pivolis.com">Vincent Massol</a> and 
<a href="mailto:ted@husted.com">Ted Husted</a> are writing "JUnit in Action", 
a book on unit testing java applications. Amongst other things, it covers 
extensively Cactus 1.5 (about 7 chapters covering Cactus). The book will soon 
be available in bookstores.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-05-15T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news5">
    <title>StrutsTestCase v2.0</title>
    <link>http://jakarta.apache.org/cactus/news.html#news5</link>
    <description>
<![CDATA[<a href="http://strutstestcase.sourceforge.net">StrutsTestCase</a>
v2.0 has been released. It improves support for Struts 1.1 (including better 
support for testing Tiles and sub-applications), provides several requested 
enhancements, and fixes many reported defects.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-05-08T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news4">
    <title>Improved Cactus web site</title>
    <link>http://jakarta.apache.org/cactus/news.html#news4</link>
    <description>
<![CDATA[Transition to a new web site stylesheet that more heavily relies
on CSS. Apart from easier maintenance, it should provide a more consistent 
look as well as far superior printability. Naturally, the new site will 
look a bit odd on old browsers like Netscape 4.x, but still should be quite 
usable.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-05-04T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news3">
    <title>Cactus Maven Plugin 2.0</title>
    <link>http://jakarta.apache.org/cactus/news.html#news3</link>
    <description>
<![CDATA[Release 2.0 of the 
<a href="http://maven.apache.org/reference/plugins/cactus">Cactus plugin for 
Maven</a> is out. It is now a pure wrapper around the new Cactus/Ant 
Integration.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-04-08T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news2">
    <title>TSS Symposium</title>
    <link>http://jakarta.apache.org/cactus/news.html#news2</link>
    <description>
<![CDATA[<a href="mailto:vmassol@pivolis.com">Vincent Massol</a> will
be a speaker at the 
<a href="http://www.theserverside.com/symposium">TheServerSide Symposium</a> 
where he will present 
<a href="http://www.theserverside.com/symposium/sessionAbstracts.html#MassolAbstract1">Unit 
Testing J2EE Applications</a>, which talks about Cactus, 
<a href="http://www.mockobjects.com">Mock Objects</a> and
<a href="http://www.eclipse.org/aspectj/">AspectJ</a> (AOP).
]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-02-10T00:00:00+00:00</dc:date>
  </item>

  <item rdf:about="http://jakarta.apache.org/cactus/news.html#news1">
    <title>StrutsTestCase v1.9.5</title>
    <link>http://jakarta.apache.org/cactus/news.html#news1</link>
    <description>
<![CDATA[<a href="http://strutstestcase.sourceforge.net">StrutsTestCase</a>
v1.9.5 has been released. It improves support for Struts 1.1b3 (including 
support for testing Tiles and sub-applications), provides several requested 
enhancements, and fixes many reported defects.]]>
    </description>
    <dc:subject></dc:subject>
    <dc:creator>vmassol</dc:creator>
    <dc:date>2003-01-05T00:00:00+00:00</dc:date>
  </item>

</rdf:RDF>