Y
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
douglasisshiny
2605 days ago
Spring has allowed for java configuration for some time.
link
vips7L
2604 days ago
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.
link