1、Struts和Spring的整合,Struts的class中配置使用Spring ID。
2、ContextLoaderListener是Servlet API 2.4及其以后版本才支持的。在網頁中看到,有些實現了Servlet 2.3規范的容器,也可以使用ContextLoaderListener,因為它具備ServletContextListener接口?(在本人項目中的servlet-api-2.5.jar包中,可以看到ContextLoaderListener的接口是since 2.3的)...