Application Scope v's Static - Not Quite the same
- by Duncan Mills
An interesting question came up today which, innocent as it sounded, needed a second or two to consider. What's the difference between storing say a Map of reference information as a Static as opposed to storing the same map as an application scoped variable in JSF?
From the perspective of the web application itself there seems to be…