<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache Cocoon</title>
<link>http://www.apachenews.org/archives/cat_apache_cocoon.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>tetsuya@apache.org</dc:creator>
<dc:date>2008-05-16T02:25:23+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>16 May 2008 - Apache Cocoon 2.2.0 Released</title>
<link>http://www.apachenews.org/archives/001149.html</link>
<description>
 The Apache Cocoon Community is proud to announce the release of Cocoon 2.2.0. Apache Cocoon is a Spring-based framework (since version 2.2 of Cocoon) built around the concepts of separation of concerns and component-based development. Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation. Cocoon 2.2 introduces the idea of blocks. A block is the unit of modularization in Cocoon, allowing the framework to be built upon. (in comparison: Eclipse uses the term plugins, OSGi uses bundles). Everything that goes beyond what Cocoon provides in its core modules (Spring integration, sitemap and pipeline implementation) is provided as block (see below). Custom Cocoon applications are also developed as blocks. A block can provide the following additional features: * general servlet services (any servlet can be managed by the Cocoon servlet-service framework), * special services that provide pipelines as services, * component services (Spring beans, Avalon services/components), * a container for classes and resources. A block is packaged as a Java archive (jar) following certain conventions concerning the directory structure. To read more information about the new features within Cocoon 2.2.0 please go to: http://cocoon.apache.org/2.2/1420_1_1.html. Alternatively for more information about Apache Cocoon 2.2, please go to, please go to http://cocoon.apache.org or follow our getting started guide at http://cocoon.apache.org/2.2/1159_1_1.html. The release artifacts are available from the central Maven repository (http://repo1.maven.org/maven2/) or you can download them from the distribution area (http://cocoon.apache.org/1284_1_1.html). - o - Additionally we are pround to announce some additional releases: SUBPROJECTS ----------- * Cocoon Servlet-Service Framework 1.0.0 The Servlet Service Famework makes it easy to use servlets as components which can communicate with each other. The current implementation is based on Spring 2.5. There are no dependencies on Cocoon core libraries at all. http://cocoon.apache.org/subprojects/servlet-service/1.0/ * Cocoon Configuration 1.0.2 The...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1149@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2008-05-16T02:25:23+00:00</dc:date>
</item>
<item>
<title>10 January 2008 - Apache Cocoon 2.1.11 Released</title>
<link>http://www.apachenews.org/archives/001096.html</link>
<description>
<![CDATA[<a href="http://cocoon.apache.org/">The Apache Cocoon Community</a> is proud to announce the new release of Apache Cocoon.
<p/>
Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD.
<p/>
The latest version is downloadable from <a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a> (Please use the mirrors to download the release - it might take a little bit more time until the latest release is available on all mirrors, so give the mirrors some time - approx. 24h to update.)
<p/>
This release includes many bug fixes and smaller enhancements.
<p/>
For more information about Apache Cocoon 2.1.10, please go to <a href="http://cocoon.apache.org">http://cocoon.apache.org</a>. You'll find the whole list of changes at <a href="http://cocoon.apache.org/2.1/changes.html">http://cocoon.apache.org/2.1/changes.html</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://cocoon.apache.org/">-- The Apache Cocoon Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1096@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2008-01-10T06:16:31+00:00</dc:date>
</item>
<item>
<title>08 November 2007 - Apache Cocoon 2.2 RC2 Now Available</title>
<link>http://www.apachenews.org/archives/001080.html</link>
<description>
<![CDATA[<a href="http://cocoon.apache.org/">The Apache Cocoon Community</a> is proud to announce the second release candidate of Cocoon 2.2.
<p/>
Apache Cocoon is a Spring-based framework (since version 2.2) built around the concepts of separation of concerns and component-based development.
<p/>
Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation.
<p/>
Cocoon 2.2 introduces blocks. A block is the unit of modularization in Cocoon (in comparison: Eclipse uses the term plugins, OSGi uses bundles). Everything that goes beyond what Cocoon provides in its core modules (Spring integration, sitemap and pipeline implementation) is provided as block (see below). Custom Cocoon applications are also developed as blocks. A block can provide the following features:<ul><li>general servlet services (any servlet can be managed by the Cocoon servlet-service framework),</li><li>special services that provide pipelines as services,</li><li>component services (Spring beans, Avalon services/components),</li><li>a container for classes and resources.</li></ul>
<p/>
A block is packaged as a Java archive (jar) following certain conventions concerning the directory structure.
<p/>
Find information about the new features at <a href="http://cocoon.apache.org/2.2/1420_1_1.html">http://cocoon.apache.org/2.2/1420_1_1.html</a>.
<p/>
For more information about Apache Cocoon 2.2, please go to <a href="http://cocoon.apache.org">http://cocoon.apache.org</a> or follow our getting started guide at <a href="http://cocoon.apache.org/2.2/1159_1_1.html">http://cocoon.apache.org/2.2/1159_1_1.html</a>.
<p/>
The release artifacts are available from the central Maven repository (<a href="http://repo1.maven.org/maven2/">http://repo1.maven.org/maven2/</a>).
<p/>
<p/>
  - o -
<p/>
<p/>
Additionally we also want to announce some more releases:
<p/>
SUBPROJECTS<br/>
-----------
<p/>
* Cocoon Servlet-Service Framework 1.0.0-RC1<br/>
  The Servlet Service Famework makes it easy to use servlets as components which can communicate with each other. The current implementation is based on Spring 2.0. There are no dependencies on Cocoon core libraries at all.
<p/>
  <a href="http://cocoon.apache.org/subprojects/servlet-service/1.0/">http://cocoon.apache.org/subprojects/servlet-service/1.0/</a>
<p/>
* Cocoon Configuration 1.0.1<br/>
  The Cocoon Configuration subproject provides basic support for configuring web applications. Its current implementation, the Spring Configurator, is a useful component providing support in common configuration issues when using the Spring framework. There are no dependencies on Cocoon core libraries at all.
<p/>
  <a href="http://cocoon.apache.org/subprojects/configuration/1.0/">http://cocoon.apache.org/subprojects/configuration/1.0/</a>
<p/>
BLOCKS<br/>
------
<p/>
* Cocoon Ajax 1.0.0-RC1<br/>
  Partial page and form reloads
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/ajax/1.0/">http://cocoon.apache.org/2.2/blocks/ajax/1.0/</a>
<p/>
* Cocoon Apples 1.0.0-RC2<br/>
  Pure Java implementations of controller logic.
<p/>
* Cocoon Auth 1.0.0-RC2<br/>
  Authentication and authorization of pipelines and control-flow based Cocoon applications.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/auth/1.0/">http://cocoon.apache.org/2.2/blocks/auth/1.0/</a>
<p/>
* Cocoon Batik 1.0.0-RC2<br/>
  Create Scalable Vector Graphics (SVG) using Cocoon pipelines.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/batik/1.0/">http://cocoon.apache.org/2.2/blocks/batik/1.0/</a>
<p/>
* Cocoon Captcha 1.0.0-RC2<br/>
  A reader to create CAPTCHAs
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/captcha/1.0/">http://cocoon.apache.org/2.2/blocks/captcha/1.0/</a>
<p/>
* Cocoon Database 1.0.0-RC2<br/>
  Direct usage of relational databases with sitemap components.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/databases/1.0/">http://cocoon.apache.org/2.2/blocks/databases/1.0/</a>
<p/>
* Cocoon Flowscript 1.0.0-RC2<br/>
  Flowscript is a continuation-based implementation of Cocoon control flow based on Rhino (Javascript/ECMAScript).
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/flowscript/1.0/">http://cocoon.apache.org/2.2/blocks/flowscript/1.0/</a>
<p/>
* Cocoon FOP 1.0.0-RC2<br/>
  Use Apache FOP, an XSL-FO driven print formatter to render pages to PDF or Postscript.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/fop/1.0/">http://cocoon.apache.org/2.2/blocks/fop/1.0/</a>
<p/>
* Cocoon Forms 1.0.0-RC1<br/>
  Cocoon has an advanced forms framework. Together with Flow and JXTemplates, Cocoon Forms (or CForms) provides a solid basis for  building interactive web applications. Cocoon Forms handles complex use cases while still being simple enough to be used by non-Java-programmers who want to add forms to their site.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/ajax/1.0/">http://cocoon.apache.org/2.2/blocks/ajax/1.0/</a>
<p/>
* Cocoon Hsqldb-Client 1.0.0-RC2<br/>
  JDBC access of a Hsql database
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/hsqldb-client/1.0/">http://cocoon.apache.org/2.2/blocks/hsqldb-client/1.0/</a>
<p/>
* Cocoon Hsqldb-Server 1.0.0-RC2<br/>
  Start a Hsql database server as part of your Cocoon application.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/hsqldb-server/1.0/">http://cocoon.apache.org/2.2/blocks/hsqldb-server/1.0/</a>
<p/>
* Cocoon HTML 1.0.0-RC2<br/>
  Generators to deal with HTML.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/html/1.0/">http://cocoon.apache.org/2.2/blocks/html/1.0/</a>
<p/>
* Cocoon Linkrewriter 1.0.0-RC2<br/>
  Transformers to rewrite all elements containing links.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/linkrewriter/1.0/">http://cocoon.apache.org/2.2/blocks/linkrewriter/1.0/</a>
<p/>
* Cocoon Mail 1.0.0-RC2<br/>
  Sitemap components to send emails.
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/mail/1.0/">http://cocoon.apache.org/2.2/blocks/mail/1.0/</a>
<p/>
* Cocoon Template 1.0.0-RC2<br/>
  XML-based templating
<p/>
  <a href="http://cocoon.apache.org/2.2/blocks/template/1.0/">http://cocoon.apache.org/2.2/blocks/template/1.0/</a>
<p/>
TOOLS<br/>
-----
<p/>
* Cocoon Maven plugin 1.0.0-M1<br/>
  The Cocoon Maven plugin contains several goals that make the life of software developers easier, e.g. support for running blocks as webapps or support for patching the web.xml at deployment time.
<p/>
  <a href="http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/">http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/</a>
<p/>
* Cocoon Block Archetype 1.0.0-RC2<br/>
  This archetype creates a Cocoon block that comes with some small samples.
<p/>
  <a href="http://cocoon.apache.org/2.2/maven-plugins/">http://cocoon.apache.org/2.2/maven-plugins/</a>
<p/>
* Cocoon Plain-Block Archetype 1.0.0-RC2<br/>
  Use this archetype to create the simplest possible Cocoon block.
<p/>
  <a href="http://cocoon.apache.org/2.2/maven-plugins/">http://cocoon.apache.org/2.2/maven-plugins/</a>
<p/>
* Cocoon Webapp Archetype 1.0.0-RC2<br/>
  Use this archetype to create a web application that is configured to host Cocoon blocks.
<p/>
  <a href="http://cocoon.apache.org/2.2/maven-plugins/">http://cocoon.apache.org/2.2/maven-plugins/</a>
<p/>
----
<p/>
<strong><em><u><a href="http://cocoon.apache.org/">-- The Apache Cocoon Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1080@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2007-11-08T21:38:12+00:00</dc:date>
</item>
<item>
<title>22 December 2006 - Apache Cocoon 2.1.10 Released</title>
<link>http://www.apachenews.org/archives/000922.html</link>
<description>
<![CDATA[<a href="http://cocoon.apache.org/">The Apache Cocoon Community</a> is proud to announce the new release of Apache Cocoon.
<p/>
Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD.
<p/>
The latest version is downloadable from <a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a> (Please use the mirrors to download the release - it might take a little bit more time until the latest release is available on all mirrors, so give the mirrors some time - approx. 24h to update.)
<p/>
This release includes many bug fixes and smaller enhancements.
<p/>
For more information about Apache Cocoon 2.1.10, please go to <a href="http://cocoon.apache.org/">http://cocoon.apache.org/</a>. You'll find the whole list of changes at <a href="http://cocoon.apache.org/2.1/changes.html">http://cocoon.apache.org/2.1/changes.html</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://cocoon.apache.org/">-- The Apache Cocoon Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">922@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2006-12-22T08:14:24+00:00</dc:date>
</item>
<item>
<title>09 April 2006 - Apache Cocoon 2.1.9 Released</title>
<link>http://www.apachenews.org/archives/000848.html</link>
<description>
<![CDATA[<a href="http://cocoon.apache.org/">The Apache Cocoon Community</a> is proud to announce the new release of Apache Cocoon.
<p/>
Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD.
<p/>
The latest version is downloadable from <a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a> (Please use the mirrors to download the release - it might take a little bit more time until the latest release is available on all mirrors, so give the mirrors some time - approx. 24h to update.)
<p/>
This release includes many bug fixes and smaller enhancements.
<p/>
For more information about Apache Cocoon 2.1.9, please go to <a href="http://cocoon.apache.org/">http://cocoon.apache.org</a>. You'll find the whole list of changes at <a href="http://cocoon.apache.org/2.1/changes.html">http://cocoon.apache.org/2.1/changes.html</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://cocoon.apache.org/">-- The Apache Cocoon Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">848@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2006-04-09T03:05:03+00:00</dc:date>
</item>
<item>
<title>19 November 2005 - Apache Cocoon 2.1.8 Released</title>
<link>http://www.apachenews.org/archives/000789.html</link>
<description>
<![CDATA[The Apache Cocoon community released the version 2.1.8 of Apache Cocoon. -- <a href="http://www.apachenews.org/archives/000789.html ">(read more)</a>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">789@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2005-11-19T16:57:12+00:00</dc:date>
</item>
<item>
<title>24 March 2005 - Apache Cocoon 2.1.7 Released</title>
<link>http://www.apachenews.org/archives/000586.html</link>
<description>
<![CDATA[Apache Cocoon 2.1.7 Released<br/>
----------------------------<br/>
<p/>
<a href="http://cocoon.apache.org/">The Apache Cocoon Community</a> is proud to announce the new release of Apache Cocoon. This release is licensed under the Apache License, Version 2.0, and builds/run under JDK 5.0.
<p/>
Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD.
<p/>
Cocoon implements these concepts around the notion of 'component pipelines' modelled after the 'process chain' concept where each worker specializes on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions where these components can be hooked together into pipelines without requiring further programming.
<p/>
We like to think at Cocoon as "web glue" for your web application development needs. But most important, a glue that can keep concerns separate and allow parallel evolution of the two sides, improving development pace and reducing the chance of conflicts.
<p/>
The latest version is downloadable from<br/>
<a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a><br/>
(Please use the mirrors to download the release - it might take a little bit more time until the latest release is available on all mirrors, so give the mirrors some time - approx. 24h to update.)
<p/>
For more information about Apache Cocoon 2.1.7, please go to<br/>
<a href="http://cocoon.apache.org/">http://cocoon.apache.org</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://cocoon.apache.org/">-- The Apache Cocoon Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">586@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2005-03-24T08:57:26+00:00</dc:date>
</item>
<item>
<title>19 November 2004 - Apache Cocoon 2.1.6 Released</title>
<link>http://www.apachenews.org/archives/000508.html</link>
<description>
<![CDATA[The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. This release is licensed under the Apache License, Version 2.0.
<p/>
Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD.
<p/>
Cocoon implements these concepts around the notion of 'component pipelines' modelled after the 'process chain' concept where each worker specializes on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions where these components can be hooked together into pipelines without requiring further programming.
<p/>
We like to think at Cocoon as "web glue" for your web application development needs. But most important, a glue that can keep concerns separate and allow parallel evolution of the two sides, improving development pace and reducing the chance of conflicts.
<p/>
The latest version is downloadable from <a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a> (Please use the mirrors to download the release - it might take a little bit more time until the latest release is available on all mirrors, so give the mirrors some time - approx. 24h to update.)
<p/>
For more information about Apache Cocoon 2.1.6, please go to <a href="http://cocoon.apache.org">http://cocoon.apache.org</a>. 
<p/>
----
<p/>
<b><i><u><a href="http://cocoon.apache.org/">-- The Apache Cocoon Project</a></u></i></b>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">508@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2004-11-19T23:58:01+00:00</dc:date>
</item>
<item>
<title>27 June 2004 - Apache Lenya 1.2 released</title>
<link>http://www.apachenews.org/archives/000517.html</link>
<description>
<![CDATA[<a href="http://lenya.apache.org/">Apache Lenya</a> 1.2 is now Available.
<p/>
Apache Lenya is an Open-Source Content Management System written in Java and based on open standards such as XML and XSLT. Lenya is built on top of <a href="http://cocoon.apache.org/">Apache Cocoon</a> and other components from the Apache Software Stack. Its XML-centric architecture allows for content delivery targeted to the capabilities of various devices, and avoids data lock-in. Apache Lenya is built around Off the Shelf components from <a href="http://www.apache.org/">the Apache Software Foundation</a>.
<p/>
<b>Downloads:</b><br/>
<a href="http://www.apache.org/dyn/closer.cgi/lenya">http://www.apache.org/dyn/closer.cgi/lenya</a>
<p/>
----
<p/>
<b><i><u><a href="http://lenya.apache.org/">-- The Apache Lenya Community</a></u></i></b>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_lenya_index.html">Apache Lenya</a> ] <a href="http://www.apachenews.org/archives/news_apache_lenya.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_lenya.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">517@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2004-06-27T22:56:22+00:00</dc:date>
</item>
<item>
<title>25 May 2004 - Apache Cocoon 2.1.5 Released</title>
<link>http://www.apachenews.org/archives/000334.html</link>
<description>
<![CDATA[<pre>
  The Apache Cocoon Community is proud to announce the new release
  of Apache Cocoon. This release is licensed under the <a href="http://www.apache.org/licenses/">Apache License</a>,
  <a href="http://www.apache.org/licenses/LICENSE-2.0">Version 2.0</a>.

  Apache Cocoon is a web development framework built around the concept
  of separation of concerns (that is: allowing people to do their job
  without having to step on each other toes) and component-oriented web 
  RAD.

  Cocoon implements these concepts around the notion of 'component
  pipelines' modelled after the 'process chain' concept where each 
  worker specializes on a particular operation. This makes it possible
  to use a Lego(tm)-like approach in building web solutions where
  these components can be hooked together into pipelines without
  requiring further programming.

  We like to think at Cocoon as "web glue" for your web application
  development needs. But most important, a glue that can keep 
  concerns separate and allow parallel evolution of the two sides, 
  improving development pace and reducing the chance of conflicts.    

  The latest version is downloadable from
  <a href="http://cocoon.apache.org/mirror.cgi">http://cocoon.apache.org/mirror.cgi</a>  

  For more information about Apache Cocoon 2.1.5, please go to
  <a href="http://cocoon.apache.org">http://cocoon.apache.org</a>. 

</pre>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xml_index.html">Apache XML</a> ] <a href="http://www.apachenews.org/archives/news_apache_xml.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xml.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">334@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2004-05-25T09:50:50+00:00</dc:date>
</item>
<item>
<title>13 February 2004 - Apache Cocoon 2.1.4 Released</title>
<link>http://www.apachenews.org/archives/000010.html</link>
<description>
The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD. Cocoon implements these concepts around the notion of &apos;component pipelines&apos; modelled after the &apos;process chain&apos; concept where each worker specializes on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions where these components can be hooked together into pipelines without requiring further programming. The latest version is downloadable from here For more information about Apache Cocoon 2.1.4, please go to Apache Cocoon Home Page. The Apache Cocoon Project...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">10@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2004-02-13T22:32:32+00:00</dc:date>
</item>
<item>
<title>14 November 2003 - Apache Cocoon 2.1.3 Released</title>
<link>http://www.apachenews.org/archives/000034.html</link>
<description>
The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. This new release is a major maintenance release focusing on minor improvements and bug fixes. Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD. Cocoon implements these concepts around the notion of &apos;component pipelines&apos; modelled after the &apos;process chain&apos; concept where each worker specializes on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions where these components can be hooked together into pipelines without requiring further programming. We like to think at Cocoon as &quot;web glue&quot; for your web application development needs. But most important, a glue that can keep concerns separate and allow parallel evolution of the two sides, improving development pace and reducing the chance of conflicts. For more information about Apache Cocoon 2.1.3, please go to the Apache Cocoon website...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">34@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2003-11-14T04:03:37+00:00</dc:date>
</item>
<item>
<title>02 October 2003 - Apache Cocoon 2.1.2 Released</title>
<link>http://www.apachenews.org/archives/000045.html</link>
<description>
Apache Cocoon 2.1.2 Released ---------------------------- The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD. Cocoon implements these concepts around the notion of &apos;component pipelines&apos; modelled after the &apos;process chain&apos; concept where each worker specializes on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions where these components can be hooked together into pipelines without requiring further programming. We like to think at Cocoon as &quot;web glue&quot; for your web application development needs. But most important, a glue that can keep concerns separate and allow parallel evolution of the two sides, improving development pace and reducing the chance of conflicts. For more information about Apache Cocoon 2.1.2, please go to http://cocoon.apache.org/ The Apache Cocoon Project...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">45@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2003-10-02T04:44:58+00:00</dc:date>
</item>
<item>
<title>13 August 2003 - Apache Cocoon 2.1 Released</title>
<link>http://www.apachenews.org/archives/000061.html</link>
<description>
The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without having to step on each other toes) and component-oriented web RAD. Cocoon implements these concepts around the notion of &apos;component pipelines&apos; modelled after the &apos;process chain&apos; concept where each worker specializes on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions where these components can be hooked together into pipelines without requiring further programming. We like to think at Cocoon as &quot;web glue&quot; for your web application development needs. But most important, a glue that can keep concerns separate and allow parallel evolution of the two sides, improving development pace and reducing the chance of conflicts. For more information about Apache Cocoon 2.1, please go to http://cocoon.apache.org/ The Apache Cocoon Project...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">61@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2003-08-13T06:11:19+00:00</dc:date>
</item>
<item>
<title>30 Jul 2003 - Apache Cocoon 2.1 Release Candidate released</title>
<link>http://www.apachenews.org/archives/000065.html</link>
<description>
The Apache Cocoon team is proud to announce the new release of Apache Cocoon. Check out the Cocoon website http://cocoon.apache.org/2.1/ for more information. Apache Cocoon is an XML framework that raises the usage of XML and XSLT technologies for server applications to a new level. Designed for performance and scalability around pipelined SAX processing, Cocoon offers a flexible environment based on the separation of concerns between content, logic and style. A centralized configuration system and sophisticated caching top this all off and help you to create, deploy and maintain rock-solid XML server applications. Today, most web engineers consider XML as the key for an improved web model and web site managers see XML as a way to reduce costs and ease production. In an era where services rather than software will be key for economic success, a better and less expensive model for web publishing will be a winner, especially one based on open standards. The Apache Cocoon Team...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_cocoon_index.html">Apache Cocoon</a> ] <a href="http://www.apachenews.org/archives/news_apache_cocoon.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_cocoon.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">65@http://www.apachenews.org/</guid>
<dc:subject>Apache Cocoon</dc:subject>
<dc:date>2003-07-30T06:32:43+00:00</dc:date>
</item>


</channel>
</rss>
