Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA
-
Fix Version/s: 4.0
-
Component/s: Documentation
-
Labels:None
-
Environment:Tomcat 7
ICEfaces EE 3 GA
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The wiki documentation does not explain how an application can easily use the <icecore:push group="applicantsGroup" /> tag in a view and simply call PushRenderer.render("applicantsGroup") to push updates out to a particular view. This is a dead simple approach for the application developer but it is not documented.
This can be done without having to use PushRenderer.addCurrentSession or PushRenderer.addCurrentView. So, it might be helpful to have some expanded documentation on when to use the various options and the relative efficiencies they provide.
This can be done without having to use PushRenderer.addCurrentSession or PushRenderer.addCurrentView. So, it might be helpful to have some expanded documentation on when to use the various options and the relative efficiencies they provide.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added "Use" section to the wiki entry. The push tag is best suited for applications where only a small number of pages require push functionality.