This content has been marked as final.
Show 4 replies
-
1. Re: a4j:push TopicsContext question
lfryc Jan 17, 2012 9:19 AM (in response to iabughosh)Hi Ibrahim,
we don't plan to support TopicsContext outside of FacesContext, since PushContext is tied with FacesContext closely.
You can use JMS integration to overcome this limitation.
Thinking about @WebListener is interesting, could you please clarify how would like to use that?
-
2. Re: a4j:push TopicsContext question
iabughosh Jan 17, 2012 9:34 AM (in response to lfryc)i was thinking if i could use a4j:push to notify a user if his session timed out and forward him to the log in page.
-
3. Re: a4j:push TopicsContext question
lfryc Jan 17, 2012 3:32 PM (in response to iabughosh)Problem there is that a4j:push should keep user session open (AFAIK).
-
4. Re: a4j:push TopicsContext question
iabughosh Jan 17, 2012 5:17 PM (in response to lfryc)Thats right, the http long polling requests issue u clarified to me, can we bind these requests (a4j:push requests) to a separate session ?, i know it is some kind of fancy feature but is it doable ?.