application scope session scope weight
Hi,
i'm trying to create an application with jsf - spring - hibenate.
this application should have a lot of dropdown populated from hibernate tables. Every dropdown could be used in more than a page, so i want to create a converter for every dropdown and not for page. To do this i think i have to put managedbeans to populate dropdown in session or application and not request. Is it correct ? Doing so would my application be very heavy and slow. Can sameone help me and tell me the best way to solve this problem.
thanks.
mick

