You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2007/09/24 18:15:33 UTC

[DAISY] Updated: Modularize Cocoon apps (Using blocks)

A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/1291.html

Document ID: 1291
Branch: main
Language: default
Name: Modularize Cocoon apps (Using blocks) (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 9/24/07 4:15:23 PM
Updated by: Reinhard Pötz

A new version has been created, state: publish

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 7885 bytes (previous version: 7881 bytes)
Content diff:
(68 equal lines skipped)
      <bean id="com.mycompany.myBlock1.block" class="org.apache.cocoon.sitemap.SitemapServlet">
        <servlet:context mount-path="/myBlock1" context-path="blockcontext:/myBlock1/">
    <strong>      &lt;servlet:connections&gt;
---         &lt;entry key="myBlock2" value-ref="com.mycompany.myBlock2.block"/&gt;
+++         &lt;entry key="myBlock2" value-ref="com.mycompany.myBlock2.service"/&gt;
          &lt;/servlet:connections&gt;</strong>
        &lt;/servlet:context&gt;
      &lt;/bean&gt;
(26 equal lines skipped)
    
    <pre>com.mycompany.myBlock1.block%classes-dir=./target/classes
    
--- <strong>com.mycompany.myBlock2.block%classes-dir=../myBlock2/target/classes
+++ <strong>com.mycompany.myBlock2.service%classes-dir=../myBlock2/target/classes
    %exclude-lib=com.mycompany:myBlock2
    </strong></pre>
    
(108 equal lines skipped)