Wednesday, May 26, 2010

Icefaces Interval Renderer

Hi,
In one of our projects we had a requirement of dynamically updating the page without refreshnig manually,
i wondered how to do this as i am less experinced, then i got here about a technology called Icefaces which supports AJAX functionality without much writing client side scripts (JavaScript).

In icefaces i used the concept of RenderManager (Interval Renderer), it is so versatile that it updated the page at given regular interval drastically. Also it will render all components associated with same page.
I would like to thanks icefaces for providing such a flexible technology.