posted 10 years ago
Hi
We are using Spring 3.0. Here we want to use a HashMap. We want to initialize it when application loads at 1st time. Also it is modifiable at any time from any class. The modification should be available to all other classes across application whoever will use it.
Can any one suggest suitable strategy
Thanks