Is there a way that I can use Spring-like dependency injection for the initialization of a custom module I develop for a LabKey server?
Maybe something like putting <beans> <bean> </bean> </beans> tags in the module's schema xml file?
Why would I want to do this?
My own familiarity, unit-testability, code-reusability, and ease of integrating code I've already written for a Spring environment. |