Details
Description
When serializing the DOM, ICEfaces currently builds a String internally and then writes the String to the writer. It would be more efficient (particularly on full page updates) to write the DOM directly to the writer.
Preserve the current API and pass a StringWriter to a new writeDOM() method that accepts a writer. The current implementation that makes use of stringBuffer.append() can simply be replaced with writer.write().
Issue Links
- blocks
-
ICE-3082 CPU performance/efficiency
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17304 | Thu Aug 07 04:09:02 MDT 2008 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/NormalModeSerializer.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/util/DOMUtils.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17303 | Thu Aug 07 04:08:48 MDT 2008 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/util/DOMUtils.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/NormalModeSerializer.java |