Details
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
Analysis indicates that the persistent DOM can be stored in a binary form using FastInfoset
http://fi.dev.java.net
Issue Links
- blocks
-
ICE-3083 Memory performance/efficiency
- Open
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Ted Goddard
made changes -
Fix Version/s | 1.7.2 [ 10130 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17359 | Fri Aug 15 12:12:15 MDT 2008 | art.zambrano | |
Files Changed | ||||
ADD
/icefaces/trunk/icefaces/lib/FastInfoset.jar
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java MODIFY /icefaces/trunk/icefaces/samples/etc/build-common.xml MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/PushModeSerializer.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8DR#1 [ 10141 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17620 | Tue Sep 23 15:38:36 MDT 2008 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/jsp/web/WEB-INF/web.xml
MODIFY /icefaces/trunk/icefaces/samples/auctionMonitor/config/web.sunri.icefaces.ce.xml MODIFY /icefaces/trunk/icefaces/samples/component-showcase/portlets/conf/web.sunri.icefaces.portlet.ahs.xml MODIFY /icefaces/trunk/icefaces/samples/component-showcase/portlets/conf/web.sunri.icefaces.portlet.tomcat.ahs.xml MODIFY /icefaces/trunk/icefaces/samples/component-showcase/facelets-enh/web/WEB-INF/web.xml MODIFY /icefaces/trunk/icefaces/samples/component-showcase/portlets/conf/web.sunri.icefaces.portlet.xml MODIFY /icefaces/trunk/icefaces/samples/component-showcase/facelets/web/WEB-INF/web.xml MODIFY /icefaces/trunk/icefaces/samples/address-demo/conf/web.sunri.icefaces.xml |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
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>