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

Integrate Spring JavaConfig with legacy configuration

$
0
0
The application I’m working on now uses Spring both by parsing for XML Spring configuration files in pre-determined locations and by scanning annotations-based autowiring. I’ve already stated my stance on autowiring previously, this article only concerns itself on how I could use Spring JavaConfig without migrating the whole existing codebase in a single big refactoring. [...]

Viewing all articles
Browse latest Browse all 64

Trending Articles