I just finished developing the integration of this blog in our company website (under ‘Portfolio’ on the right).
This site is running on domino. This is how I accomplished this:
Create a java agent to read the rss feed.
On the web page, use an XmlHttpRequest to call the agent and get the XML.
Also in javascript: parse the [...]







