Hi.
What is the best practise in Spring 3 MVC to solve the following issue (using annotations) ? :
When I start applicatiion I need to load into application scope some dictionary values (i.e. list of countries).
Then when user enters jsp page I need to load into combobox component values from this application scope.
I need also to be able to access to that list and change some values.
Could you provide me with some code snippets?
Thanks for reply.


Reply With Quote