Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0
-
Component/s: Documentation, Framework
-
Labels:None
-
Environment:ICEfaces 3.x Core Framework Wiki Docs: http://www.icesoft.org/wiki/display/ICE/Core+Framework
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The ICEfaces Core Framework Wiki documentation needs a refresh to update the content for the latest changes, and to improve the quality of the material.
Resource Dependencies (Mircea)
- Missing explanation as to why this is a useful/necessary feature
- Needs review (Ken)
Resource Versioning (Deryk)
- Need topic to explain how it works, configurations, etc.
- Config param doesn't explain the meta behind the versioning scheme
- http://www.icesoft.org/wiki/display/ICE/versionableTypes
singleSubmit (Deryk)
- Needs explanation of nesting behavior, use of new "disabled" attribute.
- http://www.icesoft.org/wiki/display/ICE/singleSubmit
Resource minification (Deryk)
- Missing topic explaining the auto minification used when project_stage = production
- Should probably be linked into the existing http://www.icesoft.org/wiki/display/ICE/Resource+Compression topic.
Configurable Minification/Compression of JavaScript Resources
• All ICEfaces JavaScript resource files can now be provided in a none-minified/uncompressed format to the browser for easier analysis and debugging of JavaScript related issues in the browser.
• ICEfaces JavaScript files are provided unminified/uncompressed when the JSF 2 "PROJECT_STAGE" configuration parameter is set to "Development".
• Any other "PROJECT_STAGE" value will result in minified/compressed JavaScript files being provided, which is optimal from a performance and bandwidth perspective.
Resource Dependencies (Mircea)
- Missing explanation as to why this is a useful/necessary feature
- Needs review (Ken)
Resource Versioning (Deryk)
- Need topic to explain how it works, configurations, etc.
- Config param doesn't explain the meta behind the versioning scheme
- http://www.icesoft.org/wiki/display/ICE/versionableTypes
singleSubmit (Deryk)
- Needs explanation of nesting behavior, use of new "disabled" attribute.
- http://www.icesoft.org/wiki/display/ICE/singleSubmit
Resource minification (Deryk)
- Missing topic explaining the auto minification used when project_stage = production
- Should probably be linked into the existing http://www.icesoft.org/wiki/display/ICE/Resource+Compression topic.
Configurable Minification/Compression of JavaScript Resources
• All ICEfaces JavaScript resource files can now be provided in a none-minified/uncompressed format to the browser for easier analysis and debugging of JavaScript related issues in the browser.
• ICEfaces JavaScript files are provided unminified/uncompressed when the JSF 2 "PROJECT_STAGE" configuration parameter is set to "Development".
• Any other "PROJECT_STAGE" value will result in minified/compressed JavaScript files being provided, which is optimal from a performance and bandwidth perspective.
Basically, we should review each configuration parameter page to ensure it answers the "Why"/"When" aspects of when to use each configuration, instead of just the what/how.