TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Playframework + Google Guice

12 pointsby opensasover 13 years ago
In the last few years Dependency Injection has has evolved from being an obscure and little understood term, to become part of every programmer’s toolchest. In this article we'll see how easy is to integrate Guice, a very handy library from Google, into a Play framework application. Moreover, we will also cover how to customize it’s behavior for a better development experience.

1 comment

opensasover 13 years ago
here's another interesting link <a href="http://www.dzone.com/links/dependency_injection_with_play_framework_and_goog.html" rel="nofollow">http://www.dzone.com/links/dependency_injection_with_play_fr...</a>