That question quickly gets out of the scope of this forum, which is about only the Roller side of this.

Depending on how simple your output format, you may be able to get by with just applying a stylesheet to the xml output. Google "applying a stylesheet to rss xml" will give you some examples.

To get richer, you can pull the content from the feed URLs offered by Roller, parse it and then display it in the way you want. Some references you might want to check out:

http://java-source.net/open-source/rss-rdf-tools has a number of tools you might find useful. Roller uses ROME internally.

http://blogapps.dev.java.net/ has some useful if perhaps dated examples

http://commons.apache.org/sandbox/feedparser/ is a sandbox sub-project of Apache Jakarta Commons that you might want to look at. I am not very familiar with it myself.

I don't know what facilities Magnolia might provide for doing this sort of thing.

--a.



Rajasekhar C wrote:
Dear Dave,

What you are saying is correct. Please see my comments inline with blue
color highlighted.

Setup Roller and create some blogs
[YES, Exactly]

Write a web application that reads Roller feeds, parses them and displays
them
[The web application is developed using Magnolia CMS system using the JSP
templates]



Thanks & Regards,
Raj.


On Thu, Oct 29, 2009 at 2:18 PM, Dave <[email protected]> wrote:

On Tue, Oct 27, 2009 at 2:39 AM, Rajasekhar C <[email protected]> wrote:
I am newbie to Roller. I have managed to setup and create a user and
blog.
I want to use the roller's FEEDS to display in another site which i am
going
to develop.

For example:
 Site A - The new site that i am developing.

 Site B - The Apache Roller, where I am posting the blog content.

Now i wanted to display the content that is being posted in Site B into
Site
A, hopeful I may have to use RSS Feeds.

Can any one guide me how to proceed on this ??

Any helpful links/guides are appreciated.
Can you be please be more specific in your question. I'm not sure what
you are asking.

Sounds like your steps are:
- setup Roller and create some blogs
- write a web application that reads Roller feeds, parses them and displays
them

What part of that do you have a question about?

- Dave





Reply via email to