Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jreijn/cocoon3-demo

A small Cocoon3 demo project that parses an RSS feed.
https://github.com/jreijn/cocoon3-demo

Last synced: about 1 month ago
JSON representation

A small Cocoon3 demo project that parses an RSS feed.

Awesome Lists containing this project

README

        

A small demo project for using Apache Cocoon 3 as a standalone application.
This demo project makes use of the Cocoon 3 pipeline api. It fetches and transforms the
output of an RSS feed and adds some additional information by using an XSLT.

More information about this demo project can be found at:

- http://blog.jeroenreijn.com/2011/03/simple-xml-processing-with-apache.html
- http://cocoon.apache.org/3.0/

## Running this demo

- $ git clone git://github.com/jreijn/cocoon3-demo.git
- $ cd cocoon3-demo
- $ mvn compile
- $ mvn exec:java -Dexec.mainClass="com.jeroenreijn.RSSFeedInfoGenerator" -Dexec.args="http://blog.jeroenreijn.com/feeds/posts/default?alt=rss"