You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schleichardt edited this page Apr 22, 2013
·
3 revisions
Dependency Injection
We use Spring Framework for dependency injection. It is used to distinguish between mock and production implementations.
Use "application.conf" or similar configuration files to set the implementation. If a new implementation is added make sure its package is mentioned in the class "configuration.SpringConfiguration" in the "ComponentScan" annotation.