Does XmlBeanFactory support any type of file inclusion, such as XInclude to allow the beans file to be broken out into multiple layers of bean xml files? Or, would it be necessary to manually use XInclude to generate a temporary file (or stream resource) and then use XmlBeanFactory to load that?
Basically, i'd like to load a beans.xml file from my applicatoin jar, and include other .xml files via this mechanism.
Any thoughts?


Reply With Quote