You'da man, Nate! This worked just fine and this is exactly what I was looking for
Appreciate your help.
Another doubt came up in my mind though when I implemented this. What would be the best way access such an object (viz., "myKey") from a Controller?
Since I have created a bean entry for MasterDataLoader in the config xml for the setServletContext() method to be called, can I just inject the masterDataLoader into the Controller or is it possible to get the object directly from the application scope (if so, how?)? Which is better practice?
Thanks