-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 M3
-
Component/s: None
Invalidations using @Observers have 2 major drawbacks :
- invalidations are synchronous
- invalidations may be done several times, even if the target component is never used for real
Is some case, it is interesting to reverse the invalidation model : invalidate the component only when it is called.
In order to avoid boring code, most of the invalidation mechanism must be hidden into base classes and interceptors.
- is required by
-
NXP-2754 Seam/JSF Optimization
- Resolved