jMaki RSS Data Sample for Java

This sample shows how to pull an RSS feed into a Dojo table using the XMLHttpProxy. You can customize the feed by changing the URL in the
/resoruces/xhp.json file to your own RSS feed. You can customize the 
content that is rendered in the table by updating the XSL style sheet
that interprets the RSS feed into JSON. The XSL style sheet is located at
/resources/xsl/rss2table.xsl.

You can click on the link of any given blog entry and the contents will be displayed in Dynamic Container configured to be an  iframe so it can
display content from an external URL. The URL is passed from the Dojo table 
by publishing to a topic for which  via the Glue code (resources/glue.js)
loads the URL into the Dynamic Container.

This application uses one of the provided layouts. Feel free to change it
to look how you like.

Now access the application at:

http://localhost:8080/jmaki-rss-data

II. Resources

Find out more about Glue at:

https://ajax.dev.java.net/glue.html

Find out more about the XMLHttpProxy at:

https://ajax.dev.java.net/xmlhttpproxy.html


III. Feedback - Issues

Please see the jMaki Forums for issues or to give feedback.

http://forums.java.net/jive/forum.jspa?forumID=96