0 Replies Latest reply on Mar 20, 2007 2:54 PM by nielsh

    Keep alive

    nielsh

      I would like the following scenario to be supported:

      A page gets rendered and sent to the client based upon a datamodel.

      The client either polls the server or sends a comet style request and awaits the response (once that is implemented) and when a change to the datamodel is available (based on Hibernate event notification, to avoid unnecessary rendering of JSF pages) the client receives the changed content for the page.

      Is this possible in Seam out of the box? If not are there plans to support this scenario?