The Apache Software Foundation is proud to present... Version: 2.1.12

Aggregation

Orthogonal views: Content   Pretty content   Links

Back

Back - Back to the samples home page.

Data Sources

Slashdot - Live XML Feed from Slashdot.
Moreover.com - Live XML Developer News Feed from moreover.com.
XMLHack.com - Live Channel Feed from XMLHack.com.

Aggregation Sample

Fixed Content Aggregation - Single web page with news from all sources above aggregated by the sitemap aggregation facilities. This is useful when you know that the parts of your page to aggregate are always the same and never change.
Flexible Content Aggregation - Single web page with news from all sources above aggregated by the include transformer. This is useful for pages where the user can customize the parts of the page to aggregate.
Parallel Content Aggregation - Same as sample above, but using separate threads for obtaining content from each aggregated source. This is useful when aggregating several sources with large latency.
CInclude Content Aggregation - Same as 'Flexible Content Aggregation' sample above, using CInclude transformer.
XInclude Content Aggregation - Same as 'Flexible Content Aggregation' sample above, using XInclude transformer.

Include Samples

General - Demonstration of various include features.
Not Recursive - Demonstration of various include features - no recursion.
Not Parallel - Demonstration of various include features - no includes in parallel threads.

XInclude Samples

General - Demonstration of various XInclude and XPointer features.
XML Base - Demonstration of xml:base support.
Loop Inclusion - Example of a loop inclusion. This will show an error page.
Elementpath XPointer Scheme - Example of streaming inclusion using the custom elementpath XPointer scheme.

Tests

Self Include - Document created by Cocoon pipeline includes this same pipeline twice, in parallel. Should not cause deadlocks in the caching pipeline (COCOON-1985).