I have seen in some open-source projects the use of XBean to build custom namespaces. But I don't see anywhere in the spring docs that mention using XBean.
Can anyone point to pros/cons of using the XBean integration to build custom namespaces vs building the NamespaceHandler and BeanDefinitionParsers yourself?


Reply With Quote