JSF stores the View Scope ( asked 18.10.2017 at 10:52 Alex Suter ♦♦ |
Each new view needs new space again. This problematic is well-known in the JSF world: https://www.google.ch/search?q=jsf+view+scope+memory Implementations like myfaces already tried to hit this issue with solutions like the LRU Cache (Last Recently Used) Ivy makes sure when a user logs out that the ViewScope is deleted. However, we are planning improvements in this area: As soon as the dialog ends properly, we will ensure that the view scope is deleted in the future. answered 18.10.2017 at 11:01 SupportIvyTeam ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.10.2017 at 10:52
Seen: 6,226 times
Last updated: 18.10.2017 at 11:01