Configuring Spring without XML
Trying to refresh my knowledge about the Spring framework, I’ve started to rewrite one of my standalone apps.
Usually the hardest part was the configuration, but as I have discovered, things have changed in the meantime!
So.. Here’s how I have ‘bootstrapped’ my application with just 3 java classes, no XML!