I need to inject a Properties object into several classes. Because a Properties object must be "loaded" I don't see a way to do this via the usual Spring applicationContext instantiation and assignment.
I was thinking of overloading Properties and providing a constructor that called load but as I thought about this I felt like this situation must have been dealt with before.
Is there a Spring provided way to do this?
Thanks,
-=bill


Reply With Quote