Recently I was involved in another Spring powered Java project and noticed a lot of test specific xml configuration floating around. Typically this is done because (for instance) datasources and such that are not available via JNDI outside a container. Problem that I have with the specific xml configuration is that it is maintenance intensive and well it is more xml…
Luckily you almost never have to create the specific XML files to be able to test your application context outside a container.
Continue reading »
Feb 092011