deep injection - spring
- by Bob
What is the best way (or options) for accessing spring components at layers deep within the application that aren't managed by spring?
For example, I have a low level utility POJO class into which I need to autowire/inject a spring component. I'll call it LowLevelHelper. There are multiple classes that use LowLevelHelper - most are layers away…