I Just realised that Controllers by default are singletons.
Doe this mean we should never declare instance variables because they will be reused such as a HashMap to hold the model.
Does this mean we have to worry about synchronisation or is that taken care of.
I also read that all beans are singletons by default which has confused me, doe sthis mean they are only used for services rather than holding data ?
