Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.1
    • Fix Version/s: 1.8DR#1, 1.8
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces

      Description

      ICEfaces stores the previous DOM to determine incremental updates.

      Analysis indicates that the persistent DOM can be stored in a binary form using FastInfoset

      http://fi.dev.java.net

        Issue Links

          Activity

          Hide
          Arturo Zambrano added a comment -

          committed... an app using DOM compression needs to have the following parameter set to true

          <context-param>
          <param-name>com.icesoft.faces.compressDOM</param-name>
          <param-value>true</param-value>
          </context-param>

          Show
          Arturo Zambrano added a comment - committed... an app using DOM compression needs to have the following parameter set to true <context-param> <param-name>com.icesoft.faces.compressDOM</param-name> <param-value>true</param-value> </context-param>
          Hide
          Joanne Bai added a comment -

          verified on ICEfaces trunk revision #17596.

          Component showcase JSP version worked fine when the context parameter com.icesoft.faces.compressDOM was added to the web.xml file and set to either true or false.

          Show
          Joanne Bai added a comment - verified on ICEfaces trunk revision #17596. Component showcase JSP version worked fine when the context parameter com.icesoft.faces.compressDOM was added to the web.xml file and set to either true or false.

            People

            • Assignee:
              Unassigned
              Reporter:
              Ted Goddard
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: