I am using JSF-2.2, Primefaces-3.5 and JDK-1.7.
I have a Registration Page where i have a Parent-Child Menu Relations on Countries and Cities, that needs to be loaded dynamically,based on the selected parent value.
Currently i am displaying the list of Countries and States! Which works like a charm! :) How to display list of countries and cities in JSF
My Problem is if we have n-users accessing the page we are creating n-Objects which is load on the server. I want to reduce the load and memory wastage
Is there a way to Load Data and store in Context of Application and access them in JSF.
Useful Reference: