Explore >> Select a destination


You are here

blog.separateconcerns.com
| | fusectore.dev
11.1 parsecs away

Travel
| | This is the first part in a series of articles on dependency injection for the play framework using guice. As soon as Ive written the next part, it will be linked here. Please note that while the examples are written in Scala, the principles apply for Java likewise. Furthermore, please be aware that Guice is not the only framework to do dependency injection with. It is probably the most prominent one in the play ecosystem though. Guice does so called runtime dependency injection. This means dependencies ...
| | conradakunga.com
11.8 parsecs away

Travel
| | This is Part 8 of a series on dependency injection.
| | daniel-siepmann.de
11.6 parsecs away

Travel
| | Explanation of how Dependency Injection works for TYPO3 Extbase (prior TYPO3 CMS v10).
| | zackoverflow.dev
64.2 parsecs away

Travel
| Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch