cziegeler 02/05/24 07:02:07
Modified: src/documentation/xdocs/installing jars.xml updating.xml
Log:
Updates
Revision Changes Path
1.6 +0 -16 xml-cocoon2/src/documentation/xdocs/installing/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/jars.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jars.xml 9 Feb 2002 15:43:30 -0000 1.5
+++ jars.xml 24 May 2002 14:02:07 -0000 1.6
@@ -46,22 +46,6 @@
<td/>
</tr>
<tr>
- <td><link href="http://xml.apache.org/axis/">axis</link></td>
- <td>Apache SOAP implementation</td>
- <td>No</td>
- <td/>
- <td>SOAP logicsheet and samples</td>
- <td/>
- </tr>
- <tr>
- <td><link href="http://xml.apache.org/axis/">axis-samples</link></td>
- <td>Samples from the AXIS project</td>
- <td>No</td>
- <td/>
- <td/>
- <td/>
- </tr>
- <tr>
<td><link href="http://xml.apache.org/batik/">batik-libs</link></td>
<td>Batik is a Java based toolkit for applications which handle images in
the Scalable Vector Graphics (SVG) format for various purposes, such as
1.3 +16 -2 xml-cocoon2/src/documentation/xdocs/installing/updating.xml
Index: updating.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/updating.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- updating.xml 6 May 2002 12:28:50 -0000 1.2
+++ updating.xml 24 May 2002 14:02:07 -0000 1.3
@@ -13,8 +13,16 @@
<s1 title="Updating Cocoon">
<p>
- This is a brief discussion of the changes between the last official release
- and the latest release of Apache Cocoon.
+ This is a brief discussion of the changes between the latest official release
@released.version@
+ and the current development version of Apache Cocoon. So, if you are interested
in
+ installing the official release, ignore this document. But if you want to know
what is going
+ on in the development of Cocoon, have a look...
+ </p>
+ <p>
+ Cocoon has developed many Avalon components which are of a more general nature.
So, the best
+ solution was to donate these components to the Avalon Excalibur project and move
them out
+ of Cocoon. This move has lead to some changes in configuration etc. which are
described
+ by this document.
</p>
</s1>
<s1 title="Components">
@@ -45,6 +53,12 @@
from the Store interface.</p>
</s2>
<s2 title="Stream and Event Pipeline">
+ <p>This is the only real incompatible change. The internal architecture of
Cocoon
+ has changed. In the older version, the processing pipeline constructed by
+ a generator, the transformers and a serializer was represented by two
components,
+ called stream and event pipeline.</p>
+ <p>For a simpler architecture, enhanced functionality and improved performance,
+ these components have been combined into one: the processing pipeline.</p>
<p>Mention changes and update strategy...</p>
</s2>
</s1>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]