简答题
Application Context通常的实现是什么?
正确答案
FileSystemXml Application Context:此容器从一个XML文件中加载beans的定义,XML Bean 配置文件的全路径名必须提供给它的构造函数。
ClassPathXml Application Context:此容器也从一个XML文件中加载beans的定义,这里你需要正确设置classpath因为这个容器将在classpath里找bean配置。
WebXml Application Context:此容器加载一个XML文件,此文件定义了一个WEB应用的所有bean。