Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

The Community Blog is a personal opinion of community members and by no means the official standpoint of DNN Corp or DNN Platform. This is a place to express personal thoughts about DNNPlatform, the community and its ecosystem. Do you have useful information that you would like to share with the DNN Community in a featured article or blog? If so, please contact .

The use of the Community Blog is covered by our Community Blog Guidelines - please read before commenting or posting.


Newsfeeds 04.00.00 Released!

 

Hi all,

This post is to announce that the new version of Newsfeeds has actually passed all stages of testing last Thursday. This is a bit of a champagne moment as it marks the end of a very long process. Initially another approach was taken by the former team lead and after a lot of consideration I decided to discontinue that code branch. Instead the current upgrade is almost a complete rewrite of the module incorporating what I believe to be the most important features that were still missing: aggregation, feed format flexibility and caching.

Aggregation

The new module uses a new (2.0) and adapted version of the RssToolkit as posted on CodePlex. This component is able to recursively (OPML is also supported) aggregate feeds of various formats into a single Rss 2.0 feed. We tried using the RssToolkit that comes with the DNN installation but it was not recent enough nor adapted to our task. So the RssToolkit code was incorporated into the module and adjusted to fit its needs. It is unlikely that this situation will stay like this forever. In all likeliness we will either go solo on aggregation and/or move the RssToolkit code we have to the DNN core. But for now it is in the module (and hence also translated to VB thanks to SharpDevelop).

The new aggregation does bring one drawback: the module is less forgiving about feeds that do not conform to one of the standards Rss 0.91, Rdf, Rss 2.0, ATOM 1.0. The aggregator (i.e. the code that merges the feeds) needs to read the contents of the feed and merge this into one stream of items. This means that the feed must adhere to its standard or the aggregator will not be able to find the content where it expects. I have already received several feed urls from big news corporations that did not conform to its standard. This is somewhat disturbing. If you experience this the only option you have is to use your own transformation and use the XML module. It will not pass through the aggregator.

One other note on aggregation. Merging multiple feeds really only makes sense if the items are dated. This is only the case in Rss 0.91, 2.0, and ATOM 1.0 feeds. Rdf and Rss 1.0 feeds do not require a date/time stamp on individual items. So aggregating feeds that use those standards is kind of nonsensical. For now the module will just interleave them one by one.

Caching

DNN has its own caching mechanism for modules. In short the HTML of the module is cached for a specific timeframe. During this timeframe, the module code will therefore not even be called. Instead the HTML is injected directly into the output stream from cache. This is all good and well, but it does mean that the Newsfeeds module will not be able to check for any updates of feeds it needs to make. So instead the new module now has its own solution of ‘multilayered’ caching. If it can render immediately it will do the XML/XSL transformation. This means it will be slightly outperformed by the HTML caching the DNN platform would do. But the advantage of the new solution is that we can fine tune what and how we cache. It does however rely on your setting of the module cache time in the module settings. If you leave that at non zero, it will override the mechanism we provide in the module.

The new mechanism caches at two levels: the feed and the aggregated feed. It will cache all incoming feeds in SQL. This will prevent it to trip up on not being able to retrieve a particular feed. For each feed you can specify a refresh time. When called, the module will check if any feeds need to be refreshed and will get them if necessary. The aggregated feed is stored as XML on disk. This will also make it possible to reuse the feed (not yet implemented as we’re waiting on the core team to make a move in regards to an overhaul of syndication in the platform). The new approach in the Newsfeeds module should ensure we have all the caching we need for any future developments.

Transformation

Another change is the way in which the merged feed is rendered. This used to be a straightforward XML/XSL transformation using the standard ASP.NET XML component. Now, we use the same mechanism as the XML module. This means we transform in code using a parameterized stylesheet. This allows us to pass in variables like ‘number of items to display’, etc. These parameters are set under module settings. This solves one of those pressing issues we had: how to limit the amount of items displayed on screen. In the forums you could find the solution to this using a non-default XSL sheet. Now you can specify it as a parameter under module settings.

Display

One oft heard complaint was that a DNN page with the Newsfeeds module would not render until the feed had been retrieved. This I felt was a very urgent issue to solve. In my opinion the ideal situation would be that the page would render before any feeds were being retrieved by the server. That way the user would see the page immediately. The feed result would then be passed through Ajax to fill the module on the client.

The new module does just this. It first performs a check whether Ajax should be used. This depends on:

  1. whether it is installed
  2. if the module is not being cached by DNN as one piece of HTML, and
  3. if the module needs to refresh one of its feeds.

If all these conditions are met then the module will render an empty container that calls back after the page has loaded to retrieve its contents. Then, the necessary feeds are retrieved cached, and merged. The result is sent to the waiting module. You’ll see the DNN Ajax loading gif displayed in the meantime.

Security

I just want to end with a word or two about security and RSS. A feed is sent in plain XML from a source to the module upon request. This source can be an internal page. If this is so the module will call this module (for the RSS) within the current context (i.e. the current user’s login). Assuming you cache the feed this may lead to the following security breach: if you cache a feed from content that is not visible to all, you potentially will show the cached content to someone with a different security clearance. Keep this in mind as you set up caching and security in your portal.

Compatibility

Newsfeeds 04.00.00 was compiled against DotNetNuke 04.06.00. So this is the minimal version you need for the module to work. The module now uses the database so you’ll also need to be running on SQL 2000/2005.

Download

Find the module here:

http://www.dotnetnuke.com/Products/Development/Forge/ModuleNews/Downloads/tabid/865/Default.aspx

Discussion

All comments/questions/etc can be asked here:

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/48/scope/threads/Default.aspx

 

Comments

Comment Form

Only registered users may post comments.

NewsArchives


Aderson Oliveira (22)
Alec Whittington (11)
Alessandra Daniels (3)
Alex Shirley (10)
Andrew Hoefling (3)
Andrew Nurse (30)
Andy Tryba (1)
Anthony Glenwright (5)
Antonio Chagoury (28)
Ash Prasad (37)
Ben Schmidt (1)
Benjamin Hermann (25)
Benoit Sarton (9)
Beth Firebaugh (12)
Bill Walker (36)
Bob Kruger (5)
Bogdan Litescu (1)
Brian Dukes (2)
Brice Snow (1)
Bruce Chapman (20)
Bryan Andrews (1)
cathal connolly (55)
Charles Nurse (163)
Chris Hammond (213)
Chris Paterra (55)
Clint Patterson (108)
Cuong Dang (21)
Daniel Bartholomew (2)
Daniel Mettler (181)
Daniel Valadas (48)
Dave Buckner (2)
David Poindexter (12)
David Rodriguez (3)
Dennis Shiao (1)
Doug Howell (11)
Erik van Ballegoij (30)
Ernst Peter Tamminga (80)
Francisco Perez Andres (17)
Geoff Barlow (12)
George Alatrash (12)
Gifford Watkins (3)
Gilles Le Pigocher (3)
Ian Robinson (7)
Israel Martinez (17)
Jan Blomquist (2)
Jan Jonas (3)
Jaspreet Bhatia (1)
Jenni Merrifield (6)
Joe Brinkman (274)
John Mitchell (1)
Jon Henning (14)
Jonathan Sheely (4)
Jordan Coopersmith (1)
Joseph Craig (2)
Kan Ma (1)
Keivan Beigi (3)
Kelly Ford (4)
Ken Grierson (10)
Kevin Schreiner (6)
Leigh Pointer (31)
Lorraine Young (60)
Malik Khan (1)
Matt Rutledge (2)
Matthias Schlomann (16)
Mauricio Márquez (5)
Michael Doxsey (7)
Michael Tobisch (3)
Michael Washington (202)
Miguel Gatmaytan (3)
Mike Horton (19)
Mitchel Sellers (40)
Nathan Rover (3)
Navin V Nagiah (14)
Néstor Sánchez (31)
Nik Kalyani (14)
Oliver Hine (1)
Patricio F. Salinas (1)
Patrick Ryan (1)
Peter Donker (54)
Philip Beadle (135)
Philipp Becker (4)
Richard Dumas (22)
Robert J Collins (5)
Roger Selwyn (8)
Ruben Lopez (1)
Ryan Martinez (1)
Sacha Trauwaen (1)
Salar Golestanian (4)
Sanjay Mehrotra (9)
Scott McCulloch (1)
Scott Schlesier (11)
Scott Wilkinson (3)
Scott Willhite (97)
Sebastian Leupold (80)
Shaun Walker (237)
Shawn Mehaffie (17)
Stefan Cullmann (12)
Stefan Kamphuis (12)
Steve Fabian (31)
Steven Fisher (1)
Tony Henrich (3)
Torsten Weggen (3)
Tycho de Waard (4)
Vicenç Masanas (27)
Vincent Nguyen (3)
Vitaly Kozadayev (6)
Will Morgenweck (40)
Will Strohl (180)
William Severance (5)
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out