Hacker News new | ask | show | jobs
by duality 2605 days ago
The creators of Guice mention how configuring the dependency graph in Java was a big advantage it offers over older XML-based frameworks like Spring.
2 comments

Spring has allowed for java configuration for some time.
I've never configured Spring DI via XML and I've been a Spring dev for at least 2 years. It's always been via Java annotations and config classes.