Guice Modules for Play apps


As a former Java / Spring developer I liked the concept of configuration classes (i.e. Java classes annotated with the Spring @Configuration annotation). I recently started to work with Play 2.3.x and Guice and one smell that I immediately found was the duplication in creating RedisClient objects. Basically each Dao was reading the configuration and … Continue reading Guice Modules for Play apps