Skip to content

Frontend API Server

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.

Clone this wiki locally