I am working with a wicket page where i need to allow a backend process to instruct a component on a page to refresh. I don't want to refresh the entire page, just a single component, so i am guessing that i'm in Ajax territory.
I have found a few different Ajax timers like AjaxSelfUpdatingTimerBehaviour but i really would like an actual push, as the changes should be fairly instantaneous and i would require some high-frequency timers.
Does anyone know of a good way to achieve this?
