Details
Description
Dynamic resource registration need to be refactored so that resources are not kept in the session anymore and the the corresponding registrations create during render phase are expired before next render phase is executed.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
As a reference, the following ICEfaces 1.8 components are using dynamic resource API:
1. OutputResource:
Uses it to server various types of resources. Since there is a callback API for this ultimately the scoping decision should belong to the application for each resource.
2. DataExporter:
Uses a FileResource to server generated report. (Application control).
3. HtmlGraphicImage:
Uses a ByteArrayResource to support byte array to generate an image. (Application control)
4. InputRichText:
Using various Resource utilities(e.g.)
( These are under component control, and should probably be Application scope. )