I have a Spring MVC web application (XML based without annotations). I want to create only one instance of statsDClient object on start of my application and use it across my whole application. I am trying something like below: Later in my controllers I am getting the statsDClient object in the following way: But, this seems to be creating creating