The Spring Framework supports different ways to configure its container, and this chapter will cover the XML configuration used previously. Also, you are going to learn how you can accomplish the same configuration using different programmatic mechanisms, which are recommended by the Spring Team.
In the previous chapter, you defined your Spring application, My Documents, and you saw how to use a programmatic configuration file to inject your ...