[
https://issues.apache.org/jira/browse/WICKET-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478464
]
Xavier Hanin commented on WICKET-363:
-------------------------------------
Yes, this is just polling, but with a simple API that makes the user see it as
a push mechanism. If you look at the example you can see that it doesn't look
like polling (whlie the clock example is really a polling example). The user
really has the feeling to push things, but they are actually pushed only when
the client poll. But since you rely on an interface, switching to a cometd
implementation is easy (if a cometd impl is available for your server).
> Push behavior to handle server side events
> ------------------------------------------
>
> Key: WICKET-363
> URL: https://issues.apache.org/jira/browse/WICKET-363
> Project: Wicket
> Issue Type: New Feature
> Components: wicket
> Affects Versions: 1.3
> Reporter: Xavier Hanin
> Attachments: push-wicket-examples-patch.txt, push-wicket-patch.txt
>
>
> It would be nice to have some kind of server side push mechanism in wicket.
> Something similar to what is possible with AjaxRequestTarget, but triggered
> by server side events instead of client side events.
> I've already discussed that on the user mailing list:
> http://www.nabble.com/server-side-triggered-page-refresh-%28aka-push%29-tf3321420.html#a9234009
> http://www.nabble.com/Pushing-data-to-the-Ajax-client-in-wicket--tf3354017.html
> I will attach a patch implementing a basic push behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.