5 Replies Latest reply on Aug 3, 2009 12:03 AM by amitev

    Ajax Patterns with Seam

    israel.bgf

      What you guys are doing when using intensive ajax-applications with seam? Page scope for me is the king in this situation. I think that i still didn't get the idea with conversations. Theoretically they are great thing, but in practice there are a lot of ifs. Almost 100% of time, i want the state to be keep per-page (that's why i use page scope almost always), conversational scope is not straight forward to these cases (begin when we enters a page, but should and whenever we change a page AND restart a new one after).


      So that's what I'm asking. What scopes/strategies, do you guys are using to create fully ajaxfied pages?