I have a Spring bean defined in an xml file. I want to reference it from another xml file. How can I go about it?
You reference it exactly as you would reference a bean in the same XML file. If a spring context is composed of several XML files, all the beans are part of the same context, and thus share a unique namespace.