The Idea is simple.
- Have a simple file maintained which has the username, his blog rss feed url, picture image file name and the tags he needs to filter. This file would be a wiki for my sake.
- Have an application take this file as an input, get the entries, access the feeds and put it in user buckets.
- Get all the entries, order them by the descending order of the updated date (created date) and fill in in another bucket.
- Create the html after going through each entry. This Html would have pagination and more/less links for each blog entry and long with the image
The base html was a static page which accessed the created blog.html file by Ajax. I use dprototype for this as well as the more/less feature for each entry and pagination. Simple String Tokenizer for tokenizing the data from the file, Rome and Jdom for the feed accessing functionality, some nifty code for the htmlcreation, log4j for the logging part and user/useraccessor classes.
It looks good !!! It will be up in the corporate website pretty soon !!
No comments:
Post a Comment