Asynchronous « IceFaces « JSF Q&A





1. Asynchronous push using on demand Renderer not working on AIX    stackoverflow.com

I am using the com.icesoft.faces.async.render.RenderManager for asynchronous push to ice-faces front-end; renderManager.getOnDemandRenderer(identifier).requestRender(); Here identifiers is a key which is used in a ConcurrentLinkedQueue. This works well in windows environment ( using IBM ...

2. ICEfaces asynchronous update part of page/or single component    stackoverflow.com

I have a trouble with component state synchronization with client side. My project running on Seam 2.2, ICEfaces 1.8.2 and Weblogic AS. Problem shows up when I set some values inside deep ...

3. asynchronous Update    icefaces.org

4. Possible deadlock in 1.8.0, asynchronous mode on    icefaces.org

this is my web.xml: Code: org.jboss.seam.servlet.SeamListener com.icesoft.faces.util.event.servlet.ContextEventRepeater Seam Filter org.jboss.seam.servlet.SeamFilter Seam Filter /* javax.faces.STATE_SAVING_METHOD server facelets.DEVELOPMENT true javax.faces.DEFAULT_SUFFIX .xhtml com.icesoft.faces.actionURLSuffix .seam com.icesoft.faces.synchronousUpdate false com.icesoft.faces.doJSFStateManagement true com.icesoft.faces.standardRequestScope true

11. asynchronous ping calls to sever    icefaces.org

12. Asynchronous Call and Progressbar    icefaces.org

13. Component for asynchronous updates    icefaces.org

15. Asynchronous update in ace:tabSet creates wrong actionListener binding    icefaces.org

I found a very complicated bug. It demands 3 conditions to be satisfied: 1. Usage of ace:tabSet component (instead of ice:panelTabSet) 2. Asynchronous (server-initiated) update 3. Double facelet include in another facelet When this conditions are satisfied - we get wrong actionListener binding. How to reproduce: 1. Deploy attached war file 2. Open tabAndListener.jsf in browser 3. Click "Add tab". This ...

16. ARP (Asynchronous HTTP Request Processing ) on JBoss 6 and 7    icefaces.org

Hi I am trying to run the demo chat app from icefaces on JBoss 6 and 7 in the ARP mode. To that extent the native JBoss connectors have been installed. But I think icefaces works in a Blocking mode. please let me know if there are any additional steps to be done. regards





17. alternative to asynchronous server push    icefaces.org

Hello Last week I was asking why the server push is not working when accessing the application from multiple windows. I was told that this is currently not working with concurrent dom views turned on...is there another way to enable server push in my application (+concurrent dom views)? Maybe with help of outher libraries? ajax4jsf or whatever? someone's got an idea? ...

18. Asynchronous update problem.    icefaces.org

I have problem with using asynchronous update. In web.xml a have set asynchronous update by: com.icesoft.faces.synchronousUpdate false I would like to use asynchronous update for many reasons like use of inputFile component (without synchronous update it doesn't work properly). The point is that asynchronous update works only after refreshing page.. It is a little bit strange because there is ...

22. Asynchronous Update    icefaces.org

25. Asynchronous server-side updates    icefaces.org

I've been evaluating the server-side updating feature of ICEfaces and I really like what I see so far. However, I ran into a few issues, many of which are special situations, but situations that we will eventually encounter. I'm not sure if it's a problem with my configuration, how much code is done, or if it's an ICEfaces specific issue. The ...