Quantcast
Channel: A Java geek » Java
Viewing all articles
Browse latest Browse all 64

My case against autowiring

$
0
0
Autowiring is a particular kind of wiring, where injecting dependencies is not explicit but actually managed implicitly by the container. This article tries to provide some relevant info regarding disadvantages of using autowiring. Although Spring is taken as an example, the same reasoning can apply to JavaEE’s CDI. Autowiring basics Autowiring flavors Autowiring comes into [...]

Viewing all articles
Browse latest Browse all 64

Trending Articles