The Springmanager loads Spring-Configuration-Files from the OpeCms-VFS at startup.
OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
The Springmanager loads Spring-Configuration-Files from the OpeCms-VFS at startup.
By Default the SpringManager iterates all OpenCms-Modules and looks if "/system/modules/%PACKAGE%/config/spring/spring-config.xml" exists.
If it exists it loads all defined Spring-Configs in "spring-config.xml" into a List.
After iteration of all Modules it will Load a SpringFactory with the resulted List.
It also contains an Administration-View for OpenCms to reload the BeanFactory So you can reload (after update & publish of a Springconfiguration-file) the Spring-Configuration on the fly without restart the OpenCms-webapps or Server. (This is very useful during Development)
for more Information see JavaDoc.
Maven Repository: http://bp-cms-commons.sourceforge.net/m2repo/
Maven Site Documentation: http://bp-cms-commons.sourceforge.net/m2site/