commercetools / commercetools-donut

Store template for subscription based ecommerce business model
Other
11 stars 8 forks source link

Use dependency injection library #16

Closed lauraluiz closed 8 years ago

lauraluiz commented 9 years ago

Currently the injection of the clients and the configuration is done manually overriding Play's method getControllerInstance in a not very nice way. We want to use a Dependency Injection library to ease things up. In particular, we want to integrate Google Guice 3.x in this project, as future versions of Play Framework will be using it.