News

The easiest way to get the Spring IoC Container to manage your JavaBeans is with the Component and ComponentScan annotations. Here's how to use them.
Spring 3 provides the ability to use a Java based configuration file, as opposed to using those monolithic XML configuration files that everyone hates. However, it doesn't have to be a complete ...