So I’m looking at Spring again. Apparently in the new 3.0 version there is a “simpler” way to load your application context. Rather than loading things from an applicationContext.xml, you can now load contexts from a Java class. I’m not sure I’m sold on this yet but its an interesting addition. My initial thought is [...]
