我应该在Spring配置文件中设置什么层次结构?

时间:2012-09-27 08:07:34

标签: spring spring-mvc configuration spring-security

我目前正在我们的webapps中重构我们的Spring配置文件。现在,我按主题对它们进行了分组:

/WEB-INF/spring
  ./mvc/servlet-context.xml
  ./cache.xml
  ./root-context.xml
  ./security.xml

./*.xmlContextLoaderListener加载,这是Spring根上下文,./mvc/*.xml中的所有内容都由DispatcherServlet的子上下文加载。

我知道如果我通过调度程序上下文加载security.xml所有bean都不会对父上下文可见。

现在,加载程序层次结构应该是什么样的?应该由root加载什么以及子上下文是什么?

0 个答案:

没有答案