Projects with browsable source using dependency injection w/ guice?
Posted
by André
on Stack Overflow
See other posts from Stack Overflow
or by André
Published on 2009-01-15T21:07:16Z
Indexed on
2010/05/18
3:01 UTC
Read the original article
Hit count: 255
I often read about dependency injection and I did research on google and I understand in theory what it can do and how it works, but I'd like to see an actual code base using it (Java/guice would be preferred).
Can anyone point me to an open source project, where I can see, how it's really used? I think browsing the code and seeing the whole setup shows me more than the ususal snippets in the introduction articles you find around the web. Thanks in advance!
© Stack Overflow or respective owner