Hi; I have a portal application (jsp/jsf) and I want to show a small 'recent blog entries window' inside that portal (the roller web app runs on the same server but is a standalone application)
What are my options for doing so? How can I get the recent blogs data from an 'external API'? (I don't want to go directly to the DB from the portal application. Thanks in advance.
