Create an XML configuration file

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1503

This topic has not yet been written. The content below is from the topic description.
create a starting point in a form of XML configuration file and then in runtime, if needed, programmatically tune a specific configuration to suit our needs the best.   EmbeddedCacheManager manager = new DefaultCacheManager("my-config-file.xml"); Cache defaultCache = manager.getCache();