Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jreijn/cocoon3-demo
- Owner: jreijn
- Created: 2011-06-30T22:59:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T16:45:14.000Z (over 12 years ago)
- Last Synced: 2023-03-11T18:33:27.001Z (over 1 year ago)
- Language: Java
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"