Slide 35
Slide 35 text
We used Guice
• All of our Java services heavily use Guice
• Powerful, dynamic, well-tested, wide-spread, etc...
• Canonical standard for dependency injection
• Configuration problems fail at runtime
• Slow initialization, slow injection, memory problems