A spring bean can be injected in a Grails application using resources.groovy. However, I would like to inject a map of beans. Key would be String, Value would an actual bean. Idea is I am trying to do a strategy style pattern where there would be a look up to a map and a corresponding bean service invoked?
Is that possible - thanks.