Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Fix Version/s: 2.0-Alpha2, 2.0.0
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces 2.0 JSF 2.0
Description
Partial page processing is one of the new features provided for in the JSF 2.0 specification. At a high-level, it allows for execution and rendering of the JSF lifecycle on a only a portion of a view. Generally, this isn't required for ICEfaces since our strategy obviates the need for marking portions of the page for updating. As a first step, it's necessary to ensure that ICEfaces works transparently with JSF 2.0 markup that uses the partial processing features.
As and additional enhancement, it's also possible that the partial processing could be used as an optimization for ICEfaces (e.g. calculating DOM diffs on only a fragment of the DOM).
As and additional enhancement, it's also possible that the partial processing could be used as an optimization for ICEfaces (e.g. calculating DOM diffs on only a fragment of the DOM).
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Resolving this issue as too broad. Please refer to the linked sub-issues that specifically target the execute and render portions of the JSF lifecycle separately.