Tag Archives: autowiring

[Java] Spring IoC Container – autowiring

The thing I want to introduce you is autowiring in Spring IoC Container. Autowiring is the mechanism that allows developer to write less XML code and moves the responsibility for wiring beans to Spring. I suppose you have read previously … Continue reading

Posted in coding, enterprise edition, java | Tagged , , , , , | Leave a comment