Hacker News new | ask | show | jobs
by leastangle 3407 days ago
Great list, but I am surprised that guice is a recommendation for DI in 2017.
1 comments

The only really comparable replacement is Dagger, which does not provide AOP or any kind of web integration.

Dagger is cool, but Guice is still a better choice for most server-side apps. Maybe that will change in the future? They're pretty similar, so if Dagger "catches up" it won't be too hard to switch.