In case you missed it, Jay and Dan published an article about Ajax and JSF2 on DZone.
Tags: JavaServer Faces
Created: 07. Jan 2010, 20:38 CET (Gavin King)
In case you missed it, Jay and Dan published an article about Ajax and JSF2 on DZone.
Hi!
When I use Ajax for JSF, I can use EventQueue to make sure I never get a concurrent call to a conversation, so the concurrent call to conversation exception does not happen if I use A4J for everything. However I now need to use SEAM remoting for certain things that make the site much quicker than using A4J, but it does not have support for event queue so it can clash with an a4j request or another remoting request. Would you have any ideas that I'm completely ignorant of?
Thanks!