My project has the need to serialize a bean factory created programmatically (using the Spring API) to a file in the standard XML format. In short, we need an XMLBeanDefinitionWriter to compliment the existing XMLBeanDefinitionReader. Does anyone know if such a capability exists?
Thanks.


Reply With Quote