Are annotations better than XML for configuring Spring?
Are annotations better than XML for configuring Spring? Annotations have their use, but they are not the one silver bullet to kill XML configuration. I recommend mixing the two! For instance, if using Spring, it is entirely intuitive to use XML for the dependency injection portion of your application. Is XML still used in Spring? […]